dropbear: mdns flag is a bool, not integer
authorKarl Palsson <karlp@etactica.com>
Thu, 25 Aug 2016 11:48:30 +0000 (11:48 +0000)
committerJohn Crispin <john@phrozen.org>
Mon, 5 Sep 2016 05:27:16 +0000 (07:27 +0200)
Effectively the same for most purposes, but more accurate.

Signed-off-by: Karl Palsson <karlp@etactica.com>
package/network/services/dropbear/files/dropbear.init

index 1653efbdb38b1037c3630595b903c839887a4e52..c5210cde816c4ed0ee88753300997ee61a46511e 100755 (executable)
@@ -41,7 +41,7 @@ validate_section_dropbear()
                'Port:list(port):22' \
                'SSHKeepAlive:uinteger:300' \
                'IdleTimeout:uinteger:0' \
-               'mdns:uinteger:1'
+               'mdns:bool:1'
 }
 
 dropbear_instance()