]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sasl.c
memory leak fixes
[openldap] / servers / slapd / sasl.c
index 44313a51a869f395ce0d296c6a4b7280b1cf45e9..f00d0ab6b875373aa1fc683a0640465d63737f79 100644 (file)
@@ -502,7 +502,7 @@ slap_auxprop_store(
 
        if ( rc == LDAP_SUCCESS ) {
                rc = slap_mods_opattrs( &op, modlist, modtail, &text, textbuf,
-                       textlen );
+                       textlen, 1 );
        }
 
        if ( rc == LDAP_SUCCESS ) {