2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[3534] Commit and rollback the staging configuration.

This commit is contained in:
Marcin Siodelski
2014-09-02 20:47:10 +02:00
parent 117561c3ad
commit 615df6d2fd
6 changed files with 32 additions and 28 deletions

View File

@@ -648,7 +648,6 @@ configureDhcp4Server(Dhcpv4Srv&, isc::data::ConstElementPtr config_set) {
// Rollback changes as the configuration parsing failed.
if (rollback) {
globalContext().reset(new ParserContext(original_context));
CfgMgr::instance().rollback();
return (answer);
}