summaryrefslogtreecommitdiffstats
path: root/src/back-shr.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-10-24 13:59:05 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-10-24 13:59:05 -0400
commita668ba841e3fe423053dd506fcc25ff5e1166722 (patch)
tree3ba6b49ebd7a66eabe0a676aada8808d137a61ed /src/back-shr.c
parent316ece9f122d3ee63e84734cf4b790c691963e04 (diff)
downloadslapi-nis-a668ba841e3fe423053dd506fcc25ff5e1166722.tar.gz
slapi-nis-a668ba841e3fe423053dd506fcc25ff5e1166722.tar.xz
slapi-nis-a668ba841e3fe423053dd506fcc25ff5e1166722.zip
- rename formatting functions:
derefx -> deref_r referredx -> referred_r - add a simple test for referred_r
Diffstat (limited to 'src/back-shr.c')
-rw-r--r--src/back-shr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/back-shr.c b/src/back-shr.c
index 3db9420..de6dab5 100644
--- a/src/back-shr.c
+++ b/src/back-shr.c
@@ -905,7 +905,7 @@ backend_shr_update_references_cb(const char *group, const char *set,
i++) {
slapi_log_error(SLAPI_LOG_PLUGIN,
state->plugin_desc->spd_id,
- "updating derefx[%d] references for \"%s\"\n",
+ "updating deref_r[%d] references for \"%s\"\n",
i, slapi_entry_get_ndn(cbdata->e));
ref_attr = ref_attr_list[i];
these_entries = NULL;
@@ -1073,7 +1073,7 @@ backend_shr_update_references_cb(const char *group, const char *set,
i++) {
slapi_log_error(SLAPI_LOG_PLUGIN,
state->plugin_desc->spd_id,
- "updating referredx[%d] references for "
+ "updating referred_r[%d] references for "
"\"%s\"\n",
i, slapi_entry_get_ndn(cbdata->e));
inref_attr = inref_attr_list[i];