Add missing local declaration.

This commit is contained in:
dteske 2013-06-21 23:21:16 +00:00
parent a463f986b4
commit ef5284d910

View File

@ -789,7 +789,7 @@ f_media_init_ftp()
#
f_media_get_ftp()
{
local dev="$1" file="$2" probe_only="$3"
local dev="$1" file="$2" probe_only="$3" hosts=
f_dprintf "f_media_get_ftp: dev=[%s] file=[%s] probe_only=%s" \
"$dev" "$file" "$probe_only"