mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
unknown options should be non-fatal
This commit is contained in:
parent
99bc4f451a
commit
e6432b1262
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user