Whoops - forgot to set the interface name for lp0.

This commit is contained in:
Jordan K. Hubbard 1994-11-08 12:45:04 +00:00
parent 93a3287669
commit 15cc7d5f5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4276

View File

@ -256,6 +256,7 @@ setup_network_plip()
default_value=""
if ! network_dialog "What is the ip number for the remote host"; then return 1; fi
remote_hostip=$answer
interface=lp0
}
network_dialog()