mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Style nit (to be consistent across project).
This commit is contained in:
parent
143c3d9f14
commit
c7acfca832
1 changed files with 2 additions and 2 deletions
|
|
@ -619,7 +619,7 @@ f_media_init_ftp()
|
|||
local host="$ftp_host" port="${ftp_port:+:$ftp_port}"
|
||||
case "$host" in *:*) host="[$host]"; esac
|
||||
|
||||
local user pass use_anon=""
|
||||
local user pass use_anon=
|
||||
f_getvar $VAR_FTP_USER user
|
||||
if [ ! "$user" ]; then
|
||||
user="anonymous"
|
||||
|
|
@ -833,7 +833,7 @@ f_media_get_ftp()
|
|||
return $FAILURE
|
||||
fi
|
||||
|
||||
local user pass use_anon=""
|
||||
local user pass use_anon=
|
||||
f_getvar $VAR_FTP_USER user
|
||||
if [ ! "$user" ]; then
|
||||
user="anonymous"
|
||||
|
|
|
|||
Loading…
Reference in a new issue