]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/connection.c
Add BackendInfo.bi_extra for backend custom APIs
[openldap] / servers / slapd / connection.c
index 248b3b67f6a25d4ca6d9f0aa174a71e392cd2b3b..6afc81bbc6d3bfeb961f5b5960105ac8fba8c19d 100644 (file)
@@ -923,7 +923,11 @@ Connection* connection_next( Connection *c, ber_socket_t *index )
                int c_struct;
                if( connections[*index].c_struct_state == SLAP_C_UNINITIALIZED ) {
                        assert( connections[*index].c_conn_state == SLAP_C_INVALID );
+#ifdef HAVE_WINSOCK
                        break;
+#else
+                       continue;
+#endif
                }
 
                if( connections[*index].c_struct_state == SLAP_C_USED ) {