Skip to content
Snippets Groups Projects
Commit a575e85e authored by Marek Vavrusa's avatar Marek Vavrusa Committed by Jan Kadlec
Browse files

Minor fix.

parent a5ad7685
No related branches found
No related tags found
No related merge requests found
......@@ -911,7 +911,7 @@ int zones_zonefile_sync(dnslib_zone_t *zone)
if (serial_ret < 0) {
return KNOT_EINVAL;
}
uint32_t serial = (uint32_t)serial_ret;
uint32_t serial_to = (uint32_t)serial_ret;
/* Check for difference against zonefile serial. */
if (zd->zonefile_serial != serial_to) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment