version 1.306, 2009/11/23 21:13:42
|
version 1.307, 2009/11/23 21:17:25
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.305 2009/11/22 16:43:48 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.306 2009/11/23 21:13:42 hyc 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 2561 no_change: if ( !(op->o_sync_mode & SLA
|
Line 2561 no_change: if ( !(op->o_sync_mode & SLA
|
ber_bvarray_free_x( ctxcsn, op->o_tmpmemctx ); |
ber_bvarray_free_x( ctxcsn, op->o_tmpmemctx ); |
if ( sids ) |
if ( sids ) |
op->o_tmpfree( sids, op->o_tmpmemctx ); |
op->o_tmpfree( sids, op->o_tmpmemctx ); |
send_ldap_result( op, rs ); |
goto bailout; |
return rs->sr_err; |
|
} |
} |
} |
} |
} else { |
} else { |