dropbear: mdns flag is a bool, not integer

Effectively the same for most purposes, but more accurate.

Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
Karl Palsson 2016-08-25 11:48:30 +00:00 committed by John Crispin
parent ad8d197b82
commit a4dc9ff934
1 changed files with 1 additions and 1 deletions

View File

@ -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()