mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove debugging fprintf from run_server()
In the loopmgr branch, we forgot the scissors^Hdebugging output in the patient^Hnamed, remove it.
This commit is contained in:
parent
2ffeb0248b
commit
36cdeb7656
1 changed files with 0 additions and 2 deletions
|
|
@ -10004,8 +10004,6 @@ run_server(isc_task_t *task, isc_event_t *event) {
|
|||
named_server_t *server = (named_server_t *)event->ev_arg;
|
||||
dns_geoip_databases_t *geoip = NULL;
|
||||
|
||||
fprintf(stderr, "%s\n", __func__);
|
||||
|
||||
INSIST(task == server->task);
|
||||
|
||||
isc_event_free(&event);
|
||||
|
|
|
|||
Loading…
Reference in a new issue