diff options
Diffstat (limited to 'common-algo.c')
-rw-r--r-- | common-algo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-algo.c b/common-algo.c index 7d015a8..f3961c2 100644 --- a/common-algo.c +++ b/common-algo.c @@ -396,7 +396,7 @@ static void get_algolist(char* algolist, unsigned int algolist_len, if (algolist[i] == ',') { if (*ret_count >= max_count) { - dropbear_log(LOG_WARNING, "Too many remote algorithms"); + dropbear_exit("Too many remote algorithms"); *ret_count = 0; return; } |