version 1.106, 2005/07/18 04:22:33
|
version 1.107, 2005/07/23 20:04:04
|
Line 1
|
Line 1
|
/* result.c - wait for an ldap result */ |
/* result.c - wait for an ldap result */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.105 2005/07/16 13:38:33 ando Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.106 2005/07/18 04:22:33 hallvard Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2005 The OpenLDAP Foundation. |
* Copyright 1998-2005 The OpenLDAP Foundation. |
Line 712 lr->lr_res_matched ? lr->lr_res_matched
|
Line 712 lr->lr_res_matched ? lr->lr_res_matched
|
} |
} |
} |
} |
|
|
|
#ifdef LDAP_R_COMPILE |
|
ldap_pvt_thread_mutex_lock( &ld->ld_req_mutex ); |
|
#endif |
ldap_free_request( ld, lr ); |
ldap_free_request( ld, lr ); |
|
#ifdef LDAP_R_COMPILE |
|
ldap_pvt_thread_mutex_unlock( &ld->ld_req_mutex ); |
|
#endif |
} |
} |
|
|
if ( lc != NULL ) { |
if ( lc != NULL ) { |