1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 03:49:01 +00:00

Remove vestiges of nsp_settrace.

Now you call nsock_set_log_function then nsock_set_loglevel.
http://seclists.org/nmap-dev/2013/q1/72
This commit is contained in:
david
2013-01-22 23:40:16 +00:00
parent 01e4c23692
commit eb98386809
4 changed files with 2 additions and 23 deletions

View File

@@ -140,8 +140,6 @@ int main(int argc, char *argv[]) {
exit(1);
}
nsp_settrace(nsp, NULL, 10, NULL);
ev_ids[num_ids++] = request_timer(nsp, timer_handler, 1800, NULL);
ev_ids[num_ids++] = request_timer(nsp, timer_handler, 800, NULL);
ev_ids[num_ids++] = request_timer(nsp, timer_handler, 1300, NULL);