Fix error in last commit

This commit is contained in:
Kurt Zeilenga 2001-12-20 00:44:26 +00:00
parent 1d6c8d8157
commit 80c134ec07

View File

@ -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 );