mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
fix potential SIGSEGV when backsql_modify_delete_all_values() is used outside backsql_add()
This commit is contained in:
parent
a4d2c63a61
commit
495106c213
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ backsql_modify_delete_all_values(
|
|||
sth, rc );
|
||||
rs->sr_err = LDAP_OTHER;
|
||||
}
|
||||
rs->sr_text = op->ora_e->e_name.bv_val;
|
||||
rs->sr_text = op->o_req_dn.bv_val;
|
||||
SQLFreeStmt( sth, SQL_DROP );
|
||||
return rs->sr_err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue