mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix error in last commit
This commit is contained in:
parent
1d6c8d8157
commit
80c134ec07
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user