]> git.sur5r.net Git - openldap/commitdiff
Fix typo in select call
authorHoward Chu <hyc@openldap.org>
Tue, 19 Oct 2004 03:18:22 +0000 (03:18 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 19 Oct 2004 03:18:22 +0000 (03:18 +0000)
libraries/libldap/os-ip.c

index 40fbca327b54a7825856caf855eb816b0ab012e9..dffda70564d8b9ed067affdd7cac7c42a0613c18 100644 (file)
@@ -902,7 +902,7 @@ ldap_int_select( LDAP *ld, struct timeval *timeout )
        
        rc = select( ldap_int_tblsize,
                &sip->si_use_readfds, &sip->si_use_writefds,
-               NULL, timeout ));
+               NULL, timeout );
 #endif
 
        return rc;