unknown options should be non-fatal

This commit is contained in:
Matt Johnston 2015-12-15 22:19:41 +08:00
parent 99bc4f451a
commit e6432b1262

View File

@ -888,5 +888,5 @@ static void add_extendedopt(const char* origstr) {
} }
#endif #endif
dropbear_exit("Bad configuration option '%s'", origstr); dropbear_log(LOG_WARNING, "Ignoring unknown configuration option '%s'", origstr);
} }