Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Dec 2016 20:37:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-sysinstall@FreeBSD.org
Subject:   [Bug 214933] [patch] bsdinstall: add support for "hidden" Wi-Fi networks
Message-ID:  <bug-214933-2920-sTzH4Slqd9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214933-2920@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214933-2920@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214933

--- Comment #14 from Devin Teske <dteske@FreeBSD.org> ---
(In reply to Maxim Filimonov from comment #10)

You forgot a critical/required ";;" in the following:
                ...
                SCANSSID=3D1
                f_dialog_title_restore
                break
        3)      # Rescan

Which should appear as follows:
                ...
                SCANSSID=3D1
                f_dialog_title_restore
                break
                ;;
        3)      # Rescan

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214933-2920-sTzH4Slqd9>