Skip to content
Snippets Groups Projects
Commit 0fc55920 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

remove unused variable warning

parent b898484a
Branches
Tags
No related merge requests found
......@@ -1064,7 +1064,6 @@ static int zones_insert_zone(conf_zone_t *z, knot_zone_t **dst,
}
/* Reload zone file. */
int is_new = 0;
int ret = KNOT_ERROR;
if (zone_changed) {
/* Zone file not exists and has master set. */
......@@ -1102,7 +1101,6 @@ static int zones_insert_zone(conf_zone_t *z, knot_zone_t **dst,
}
log_server_info("Loaded zone '%s' serial %u\n",
z->name, (uint32_t)sn);
is_new = 1;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment