summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/password.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index c38a6a0f2b..06f4d72a40 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -1485,6 +1485,8 @@ BOOL domain_client_validate( char *user, char *domain,
/* We really don't care what LUID we give the user. */
generate_random_buffer( (unsigned char *)&smb_uid_low, 4, False);
+ ZERO_STRUCT(info3);
+
if(cli_nt_login_network(&cli, domain, user, smb_uid_low, (char *)local_challenge,
((smb_apasslen != 0) ? smb_apasswd : NULL),
((smb_ntpasslen != 0) ? smb_ntpasswd : NULL),