diff options
author | François Perrad <francois.perrad@gadz.org> | 2018-02-17 04:27:37 +0100 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-17 11:27:37 +0800 |
commit | f042eb41ab0d31f8ba0c5ccc9c848ad01f08f986 (patch) | |
tree | 45e219d5970f8756c756f9bcc01d6197d765abb5 /svr-main.c | |
parent | 017e2f07a772998c4a5564f81b834390ad681570 (diff) |
more linting (#55)
* dropbear_exit: remove priority parameter
confusion with dropbear_log()
* const parameter
Diffstat (limited to 'svr-main.c')
-rw-r--r-- | svr-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ static void main_inetd() { #if DEBUG_TRACE if (debug_trace) { /* -v output goes to stderr which would get sent over the inetd network socket */ - dropbear_exit(LOG_ERR, "Dropbear inetd mode is incompatible with debug -v"); + dropbear_exit("Dropbear inetd mode is incompatible with debug -v"); } #endif |