version 1.154, 2007/06/14 20:35:41
|
version 1.155, 2007/09/29 09:22:31
|
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.153 2007/03/13 08:49:59 ando Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.154 2007/06/14 20:35:41 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-2007 The OpenLDAP Foundation. |
* Copyright 1998-2007 The OpenLDAP Foundation. |
Line 244 chkResponseList(
|
Line 244 chkResponseList(
|
"ldap_chkResponseList returns ld %p NULL\n", (void *)ld, 0, 0); |
"ldap_chkResponseList returns ld %p NULL\n", (void *)ld, 0, 0); |
} else { |
} else { |
Debug( LDAP_DEBUG_TRACE, |
Debug( LDAP_DEBUG_TRACE, |
"ldap_chkResponseList returns ld %p msgid %d, type 0x%02lu\n", |
"ldap_chkResponseList returns ld %p msgid %d, type 0x%02lx\n", |
(void *)ld, lm->lm_msgid, (unsigned long)lm->lm_msgtype ); |
(void *)ld, lm->lm_msgid, (unsigned long)lm->lm_msgtype ); |
} |
} |
#endif |
#endif |