summaryrefslogtreecommitdiff
path: root/svr-main.c
diff options
context:
space:
mode:
authorFran?ois Perrad <francois.perrad@gadz.org>2018-02-17 04:27:37 +0100
committerFran?ois Perrad <francois.perrad@gadz.org>2018-02-17 04:27:37 +0100
commit2b551518f8625f87a22ea1fde40e3c7d841bf9d0 (patch)
tree1ba895d4877e0e5305f56aaa8e9c132d344519b1 /svr-main.c
parent8c2b5076adf899e39161deaa1be258fb588b124d (diff)
downloaddropbear-2b551518f8625f87a22ea1fde40e3c7d841bf9d0.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-main.c b/svr-main.c
index a7e447e..6f3144b 100644
--- a/svr-main.c
+++ b/svr-main.c
@@ -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