version 1.156, 2007/09/29 09:24:39
|
version 1.157, 2007/10/10 03:17:49
|
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.155 2007/09/29 09:22:31 ando Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.156 2007/09/29 09:24:39 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 900 nextresp2:
|
Line 900 nextresp2:
|
{ |
{ |
id = lr->lr_msgid; |
id = lr->lr_msgid; |
tag = lr->lr_res_msgtype; |
tag = lr->lr_res_msgtype; |
Debug( LDAP_DEBUG_ANY, "request done: ld %p msgid %ld\n", |
Debug( LDAP_DEBUG_TRACE, "request done: ld %p msgid %ld\n", |
(void *)ld, (long) id, 0 ); |
(void *)ld, (long) id, 0 ); |
Debug( LDAP_DEBUG_TRACE, |
Debug( LDAP_DEBUG_TRACE, |
"res_errno: %d, res_error: <%s>, " |
"res_errno: %d, res_error: <%s>, " |