From ed620b9ed31de505bce8e139ac6aade445057c3f Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 4 Jan 2011 01:31:30 +0000 Subject: [PATCH] s/producer/provider --- doc/guide/admin/overlays.sdf | 2 +- servers/slapd/back-sql/search.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/admin/overlays.sdf b/doc/guide/admin/overlays.sdf index 9cdf2759fd..540003f08c 100644 --- a/doc/guide/admin/overlays.sdf +++ b/doc/guide/admin/overlays.sdf @@ -326,7 +326,7 @@ H3: Read-Back of Chained Modifications Occasionally, applications want to read back the data that they just wrote. If a modification requested to a shadow server was silently chained to its -producer, an immediate read could result in receiving data not yet synchronized. +provider, an immediate read could result in receiving data not yet synchronized. In those cases, clients should use the {{B:dontusecopy}} control to ensure they are directed to the authoritative source for that piece of data. diff --git a/servers/slapd/back-sql/search.c b/servers/slapd/back-sql/search.c index 09569b89a2..a07acc5ba8 100644 --- a/servers/slapd/back-sql/search.c +++ b/servers/slapd/back-sql/search.c @@ -928,7 +928,7 @@ backsql_process_filter( backsql_srch_info *bsi, Filter *f ) #ifdef BACKSQL_SYNCPROV } else if ( ad == slap_schema.si_ad_entryCSN ) { /* - * support for syncrepl as producer... + * support for syncrepl as provider... */ #if 0 if ( !bsi->bsi_op->o_sync ) { -- 2.39.5