Update of /cvsroot/refdb/refdb/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8667
Modified Files:
Tag: Release_0_9_5_stable
refdbd.c
Log Message:
when closing client connection, use correct fd
Index: refdbd.c
===================================================================
RCS file: /cvsroot/refdb/refdb/src/refdbd.c,v
retrieving revision 1.74.2.18
retrieving revision 1.74.2.19
diff -u -U2 -r1.74.2.18 -r1.74.2.19
--- refdbd.c 11 Oct 2005 20:32:55 -0000 1.74.2.18
+++ refdbd.c 28 Oct 2005 23:52:48 -0000 1.74.2.19
@@ -2007,5 +2007,5 @@
/* decrease n_max_fd to minimize loops */
- delete_olili(&first_olili, client_sockfd);
+ delete_olili(&first_olili, ptr_clrequest->fd);
} /* end if fork() */
} /* end: if (fd == server_sockfd) */
|