changeset 1217:980b7ea2c5ef

unknown options should be non-fatal
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Dec 2015 22:19:41 +0800
parents 3daff2072bd0
children b73c078e11e9
files cli-runopts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cli-runopts.c	Tue Dec 15 22:15:44 2015 +0800
+++ b/cli-runopts.c	Tue Dec 15 22:19:41 2015 +0800
@@ -888,5 +888,5 @@
 	}
 #endif
 
-	dropbear_exit("Bad configuration option '%s'", origstr);
+	dropbear_log(LOG_WARNING, "Ignoring unknown configuration option '%s'", origstr);
 }