summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/entry.c
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-06-08 20:49:36 -0600
committerRich Megginson <rmeggins@redhat.com>2010-08-31 13:35:53 -0600
commit3f084ef4b7de2c03675494d75585889c3310baee (patch)
tree9db25c788a19622d69b9062f9b9399b321ebb306 /ldap/servers/slapd/entry.c
parent3af5af9a7e4fbd7a5f374d89fd360ddcc84f0d9d (diff)
downloadds-3f084ef4b7de2c03675494d75585889c3310baee.tar.gz
ds-3f084ef4b7de2c03675494d75585889c3310baee.tar.xz
ds-3f084ef4b7de2c03675494d75585889c3310baee.zip
document slapi wrappers for openldap/mozldap functions that differ
There are slapi wrappers that hide differences between the openldap and mozldap ldap and ldif API code. These are now doxygen documented. Reviewed by: nkinder (Thanks!) Platforms tested: Fedora 14 (rawhide)
Diffstat (limited to 'ldap/servers/slapd/entry.c')
-rw-r--r--ldap/servers/slapd/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/slapd/entry.c b/ldap/servers/slapd/entry.c
index 04d02704..30eb141e 100644
--- a/ldap/servers/slapd/entry.c
+++ b/ldap/servers/slapd/entry.c
@@ -437,7 +437,7 @@ str2entry_fast( const char *rawdn, char *s, int flags, int read_stateinfo )
/* Give up normalizing the attribute value */
LDAPDebug2Args(LDAP_DEBUG_TRACE,
"str2entry_fast: Invalid DN value: %s: %s\n",
- type, valuecharptr);
+ type.bv_val, value.bv_val);
dn_aval = value.bv_val;
dnlen = value.bv_len;
} else if (rc == 0) { /* rc == 0; valuecharptr is passed in;