version 1.61, 2005/11/12 17:42:04
|
version 1.62, 2005/12/13 19:11:26
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.60 2005/08/09 22:54:38 hallvard Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.61 2005/11/12 17:42:04 ando 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 196 ldap_sasl_bind_s(
|
Line 196 ldap_sasl_bind_s(
|
} |
} |
#endif |
#endif |
|
|
if ( ldap_result( ld, msgid, 1, NULL, &result ) == -1 ) { |
if ( ldap_result( ld, msgid, LDAP_MSG_ALL, NULL, &result ) == -1 ) { |
return( ld->ld_errno ); /* ldap_result sets ld_errno */ |
return( ld->ld_errno ); /* ldap_result sets ld_errno */ |
} |
} |
|
|