summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-21 23:21:16 +0000
committerdteske <dteske@FreeBSD.org>2013-06-21 23:21:16 +0000
commitef5284d910da93098c5c4fba95105fc40c61d329 (patch)
treeb7edbe571f823c3dac1a5cfc15573a48b6bbaa79 /usr.sbin
parenta463f986b4c108bcde9b43ce580489e0a442614a (diff)
downloadFreeBSD-src-ef5284d910da93098c5c4fba95105fc40c61d329.zip
FreeBSD-src-ef5284d910da93098c5c4fba95105fc40c61d329.tar.gz
Add missing local declaration.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdconfig/share/media/ftp.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/media/ftp.subr b/usr.sbin/bsdconfig/share/media/ftp.subr
index a4bdfbe..62a13e6 100644
--- a/usr.sbin/bsdconfig/share/media/ftp.subr
+++ b/usr.sbin/bsdconfig/share/media/ftp.subr
@@ -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"
OpenPOWER on IntegriCloud