1
0
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:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 655c1e0351
commit ff2b5b2f85

View File

@ -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;