version 1.89, 2005/07/14 17:32:21
|
version 1.90, 2005/07/18 04:22:36
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.88 2005/07/10 08:20:21 hallvard Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.89 2005/07/14 17:32:21 hallvard Exp $ */ |
/* syncprov.c - syncrepl provider */ |
/* syncprov.c - syncrepl provider */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
Line 1696 syncprov_search_response( Operation *op,
|
Line 1696 syncprov_search_response( Operation *op,
|
* control. |
* control. |
*/ |
*/ |
if ( !rs->sr_entry ) { |
if ( !rs->sr_entry ) { |
assert( rs->sr_entry ); |
assert( rs->sr_entry != NULL ); |
Debug( LDAP_DEBUG_ANY, "bogus referral in context\n",0,0,0 ); |
Debug( LDAP_DEBUG_ANY, "bogus referral in context\n",0,0,0 ); |
return SLAP_CB_CONTINUE; |
return SLAP_CB_CONTINUE; |
} |
} |