summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/networking
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-02 23:02:56 +0000
committerdteske <dteske@FreeBSD.org>2013-06-02 23:02:56 +0000
commitad505a174d02be7c6498aef899aba16ea78b50ee (patch)
tree0aac190abde63477722f5bc184bddeae6517af4d /usr.sbin/bsdconfig/networking
parent2bc44622b32aef394738ad93136b00957473e965 (diff)
downloadFreeBSD-src-ad505a174d02be7c6498aef899aba16ea78b50ee.zip
FreeBSD-src-ad505a174d02be7c6498aef899aba16ea78b50ee.tar.gz
Standardize NULL initialization to be consistent.
Diffstat (limited to 'usr.sbin/bsdconfig/networking')
-rwxr-xr-xusr.sbin/bsdconfig/networking/devices2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/networking/devices b/usr.sbin/bsdconfig/networking/devices
index 2ed9af80..a1ccbb1 100755
--- a/usr.sbin/bsdconfig/networking/devices
+++ b/usr.sbin/bsdconfig/networking/devices
@@ -71,7 +71,7 @@ f_mustberoot_init
#
# Launch application main menu
#
-defaultitem=""
+defaultitem=
while :; do
f_dialog_menu_netdev "$defaultitem" || break
f_dialog_menutag_fetch interface
OpenPOWER on IntegriCloud