From: Kurt Zeilenga Date: Thu, 20 Dec 2001 00:44:26 +0000 (+0000) Subject: Fix error in last commit X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~598 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80c134ec074ee74718e9e71ca0ea677a9a809904;p=openldap Fix error in last commit --- diff --git a/servers/slapd/add.c b/servers/slapd/add.c index 7ab3b8300e..28a545bcf8 100644 --- a/servers/slapd/add.c +++ b/servers/slapd/add.c @@ -267,7 +267,7 @@ do_add( Connection *conn, Operation *op ) assert( (*modstail)->sml_desc != NULL ); } rc = slap_mods_opattrs( op, mods, modstail, &text, - &textbuf, textlen ); + textbuf, textlen ); if( rc != LDAP_SUCCESS ) { send_ldap_result( conn, op, rc, NULL, text, NULL, NULL );