Fix a code typo that prevented the probing of the current defaultrouter

in-order to pre-populate the editor.
This commit is contained in:
dteske 2013-06-22 03:54:17 +00:00
parent 68a4ce1f3f
commit 0c17385f8d

View File

@ -593,7 +593,7 @@ f_ifconfig_netmask()
# This function is a two-parter. Below is the awk(1) portion of the function,
# afterward is the sh(1) function which utilizes the below awk script.
#
f_route_get_default='
f_route_get_default_awk='
BEGIN { found = 0 }
( $1 == "gateway:" ) \
{