Skip to content
Snippets Groups Projects
Commit 89611f64 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

zones: fixed use of potentially null value

cov#1168292
parent aafe28cb
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ static uint32_t zones_soa_timer(zone_t *zone, uint32_t (*rr_func)(const knot_rrs
if (!zone) {
dbg_zones_verb("zones: zones_soa_timer() called "
"with NULL zone\n");
return 0;
}
uint32_t ret = 0;
......
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