Skip to content
Snippets Groups Projects
Commit a4dc9ff9 authored by Karl Palsson's avatar Karl Palsson Committed by John Crispin
Browse files

dropbear: mdns flag is a bool, not integer


Effectively the same for most purposes, but more accurate.

Signed-off-by: default avatarKarl Palsson <karlp@etactica.com>
parent ad8d197b
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ validate_section_dropbear() ...@@ -41,7 +41,7 @@ validate_section_dropbear()
'Port:list(port):22' \ 'Port:list(port):22' \
'SSHKeepAlive:uinteger:300' \ 'SSHKeepAlive:uinteger:300' \
'IdleTimeout:uinteger:0' \ 'IdleTimeout:uinteger:0' \
'mdns:uinteger:1' 'mdns:bool:1'
} }
dropbear_instance() dropbear_instance()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment