Skip to content
Snippets Groups Projects
Commit e3c8cbae authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Write resolve field to zero before using it again

parent bd3bbe1a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ void service_db_migrate(resolve_service_t *old, resolve_service_t *new, char con
char *dname = sold.s + pos ;
dres = service_resolve_zero ;
r = resolve_read_g(dwres, base, dname) ;
if (r < 0)
log_die(LOG_EXIT_USER, "read resolve file of: ") ;
......
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