version 1.147.2.34, 2008/07/10 00:13:08
|
version 1.147.2.35, 2008/10/31 23:23:59
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.147.2.33 2008/07/10 00:09:12 quanah Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.147.2.34 2008/07/10 00:13:08 quanah 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 393 static struct berval generic_filterstr =
|
Line 393 static struct berval generic_filterstr =
|
static int |
static int |
syncprov_findbase( Operation *op, fbase_cookie *fc ) |
syncprov_findbase( Operation *op, fbase_cookie *fc ) |
{ |
{ |
opcookie *opc = op->o_callback->sc_private; |
|
slap_overinst *on = opc->son; |
|
|
|
/* Use basic parameters from syncrepl search, but use |
/* Use basic parameters from syncrepl search, but use |
* current op's threadctx / tmpmemctx |
* current op's threadctx / tmpmemctx |
*/ |
*/ |