Mercurial > dropbear
diff runopts.h @ 1511:5916af64acd4 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 17 Feb 2018 19:29:51 +0800 |
parents | 4afde04f0607 2d450c1056e3 |
children | bb8eaa26bc93 |
line wrap: on
line diff
--- a/runopts.h Tue Jan 23 23:27:40 2018 +0800 +++ b/runopts.h Sat Feb 17 19:29:51 2018 +0800 @@ -86,7 +86,7 @@ int ipv6; */ -#ifdef DO_MOTD +#if DO_MOTD /* whether to print the MOTD */ int domotd; #endif @@ -167,6 +167,8 @@ #if DROPBEAR_CLI_PROXYCMD char *proxycmd; #endif + char *bind_address; + char *bind_port; } cli_runopts; extern cli_runopts cli_opts;