mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#3170 fix uninit'd mod.sml_nvalues
This commit is contained in:
parent
c15a31b673
commit
932d924f50
1 changed files with 1 additions and 0 deletions
|
|
@ -911,6 +911,7 @@ remove_query_data (
|
|||
mod.sml_desc = ad_queryid;
|
||||
mod.sml_type = ad_queryid->ad_cname;
|
||||
mod.sml_values = vals;
|
||||
mod.sml_nvalues = NULL;
|
||||
mod.sml_next = NULL;
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( BACK_META, DETAIL1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue