Having gone to the trouble of setting up a variable, we should use it.

This commit is contained in:
Mike Makonnen 2007-03-25 19:45:20 +00:00
parent 8fece8c367
commit bcbff0a86f

View File

@ -34,7 +34,7 @@ dhclient_start()
fi
background_dhclient=`get_if_var $ifn background_dhclient_IF $background_dhclient`
if checkyesno background_dhclient_$ifn; then
if checkyesno background_dhclient; then
rc_flags="${rc_flags} -b"
fi