]> git.sur5r.net Git - openldap/commit
Don't call FD_SET for an fd if it is already set. This causes major problems
authorHoward Chu <hyc@openldap.org>
Thu, 2 Dec 1999 03:21:06 +0000 (03:21 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 2 Dec 1999 03:21:06 +0000 (03:21 +0000)
commit7eec31c8f622b1dda5a3965b005e8a2ce3ac0095
tree139cc5805dbd02b36d97d6f4635ddc4eb913a536
parent175ae8d37ef9a69ef39ddd04d6d639338e2dc0c0
Don't call FD_SET for an fd if it is already set. This causes major problems
on NT due to their fd_set implementation.
servers/slapd/daemon.c