1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-19 20:59:01 +00:00

Restore log handler after log tests

This commit is contained in:
dmiller
2022-09-20 23:37:27 +00:00
parent c236ade401
commit 1bc5302911

View File

@@ -123,6 +123,7 @@ static int log_teardown(void *tdata) {
nsock_pool_delete(ltd->nsp);
free(tdata);
}
nsock_set_log_function(NULL);
GlobalLTD = NULL;
return 0;
}