Standardize NULL initialization to be consistent.
This commit is contained in:
parent
80433743e3
commit
51c41087d1
@ -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
|
||||
|
@ -69,7 +69,7 @@ f_media_options_menu()
|
||||
|
||||
local cp
|
||||
while :; do
|
||||
menu_list=""
|
||||
menu_list=
|
||||
|
||||
f_getvar $VAR_NFS_SECURE cp
|
||||
if [ "$cp" = "YES" ]; then menu_list="$menu_list
|
||||
|
@ -1371,7 +1371,7 @@ f_device_dialog_tcp()
|
||||
# Create a persistent menu instead
|
||||
|
||||
f_dialog_title "$msg_network_configuration"
|
||||
local prompt=""
|
||||
local prompt=
|
||||
|
||||
while :; do
|
||||
cp=$( $DIALOG \
|
||||
|
Loading…
Reference in New Issue
Block a user