Mercurial > dropbear
diff svr-main.c @ 1508:47f36d8565cf
more linting (#55)
* dropbear_exit: remove priority parameter
confusion with dropbear_log()
* const parameter
author | François Perrad <francois.perrad@gadz.org> |
---|---|
date | Sat, 17 Feb 2018 04:27:37 +0100 |
parents | 1028b0111f89 |
children | 60fceff95858 |
line wrap: on
line diff
--- a/svr-main.c Fri Feb 16 19:35:32 2018 +0400 +++ b/svr-main.c Sat Feb 17 04:27:37 2018 +0100 @@ -86,7 +86,7 @@ #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