From: Alan T. DeKok Date: Wed, 8 May 2019 14:23:14 +0000 (-0400) Subject: we don't need FD here X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3ec0ec8aa00ba170af295c01d1a1fe072cdec1;p=thirdparty%2Ffreeradius-server.git we don't need FD here --- diff --git a/src/modules/proto_detail/proto_detail_file.c b/src/modules/proto_detail/proto_detail_file.c index 2e1443aff34..5fbdba4e22c 100644 --- a/src/modules/proto_detail/proto_detail_file.c +++ b/src/modules/proto_detail/proto_detail_file.c @@ -152,8 +152,8 @@ static int mod_open(fr_listen_t *li) thread->vnode_fd = -1; pthread_mutex_init(&thread->worker_mutex, NULL); - DEBUG("Listening on %s bound to virtual server %s FD %d", - thread->name, cf_section_name2(inst->parent->server_cs), thread->fd); + DEBUG("Listening on %s bound to virtual server %s", + thread->name, cf_section_name2(inst->parent->server_cs)); return 0; }