]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/result.c
Move serverID into a Global configuration section.
[openldap] / libraries / libldap / result.c
index 6cb3a620a0cae448561c2605f3caf666d1a2a8ca..a282a9bab03a16c760bded5720f0060842ff0a82 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2008 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -322,7 +322,7 @@ wait4msg(
                }
 #endif /* LDAP_DEBUG */
 
-               if ( ( *result = chkResponseList( ld, msgid, all ) ) != NULL ) {
+               if ( ( *result = chkResponseList( ld, msgid, all ) ) != NULL ) {
                        rc = (*result)->lm_msgtype;
 
                } else {
@@ -350,7 +350,7 @@ wait4msg(
                        ldap_pvt_thread_mutex_unlock( &ld->ld_conn_mutex );
 #endif
 
-                       if ( !lc_ready ) {
+                       if ( !lc_ready ) {
                                rc = ldap_int_select( ld, tvp );
 #ifdef LDAP_DEBUG
                                if ( rc == -1 ) {