mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Always initialise
This commit is contained in:
parent
655c1e0351
commit
ff2b5b2f85
@ -816,8 +816,8 @@ static ADS_STATUS ads_modlist_add(TALLOC_CTX *ctx, ADS_MODLIST *mods,
|
||||
{
|
||||
int curmod;
|
||||
LDAPMod **modlist = (LDAPMod **) *mods;
|
||||
struct berval **ber_values;
|
||||
char **char_values;
|
||||
struct berval **ber_values = NULL;
|
||||
char **char_values = NULL;
|
||||
|
||||
if (!invals) {
|
||||
mod_op = LDAP_MOD_DELETE;
|
||||
|
Loading…
Reference in New Issue
Block a user