version 1.169, 2009/11/18 13:57:52
|
version 1.170, 2010/04/09 16:30:29
|
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.168 2009/03/03 16:57:24 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.169 2009/11/18 13:57:52 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-2009 The OpenLDAP Foundation. |
* Copyright 1998-2009 The OpenLDAP Foundation. |
Line 747 nextresp2:
|
Line 747 nextresp2:
|
} |
} |
|
|
/* Do we need to check for referrals? */ |
/* Do we need to check for referrals? */ |
if ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) || |
if ( tag != LDAP_RES_BIND && |
lr->lr_parent != NULL ) |
( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) || |
|
lr->lr_parent != NULL )) |
{ |
{ |
char **refs = NULL; |
char **refs = NULL; |
ber_len_t len; |
ber_len_t len; |