mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[4203] Removed the unreachable exit
This commit is contained in:
@@ -145,7 +145,7 @@ EvalContext::scanStringBegin()
|
|||||||
buffer = yy_scan_bytes(string_.c_str(), string_.size());
|
buffer = yy_scan_bytes(string_.c_str(), string_.size());
|
||||||
if (!buffer) {
|
if (!buffer) {
|
||||||
error("cannot scan string");
|
error("cannot scan string");
|
||||||
exit(EXIT_FAILURE);
|
// error throws an exception so this can't be reached
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user