]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we don't need FD here
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 May 2019 14:23:14 +0000 (10:23 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 May 2019 14:23:14 +0000 (10:23 -0400)
src/modules/proto_detail/proto_detail_file.c

index 2e1443aff3429ee2d28c902eaea12d34284ce95a..5fbdba4e22ccab7ba3007e38735d88f39b3965d9 100644 (file)
@@ -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;
 }