]> git.sur5r.net Git - openldap/commitdiff
Fix error in last commit
authorKurt Zeilenga <kurt@openldap.org>
Thu, 20 Dec 2001 00:44:26 +0000 (00:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 20 Dec 2001 00:44:26 +0000 (00:44 +0000)
servers/slapd/add.c

index 7ab3b8300e3083fd4f71d7eb0baa11a8fb63221b..28a545bcf845da6ffa1a7fe0beccbdba96bed20d 100644 (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 );