diff options
-rw-r--r-- | source3/smbd/smb2_negprot.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/smbd/smb2_negprot.c b/source3/smbd/smb2_negprot.c index 2c1d4185b28..4071f42b5e0 100644 --- a/source3/smbd/smb2_negprot.c +++ b/source3/smbd/smb2_negprot.c @@ -657,7 +657,13 @@ NTSTATUS smbd_smb2_request_process_negprot(struct smbd_smb2_request *req) /* * Only deal with the client guid database * if multi-channel is enabled. + * + * But we still need to setup + * xconn->client->global->client_guid to + * the correct value. */ + xconn->client->global->client_guid = + xconn->smb2.client.guid; return smbd_smb2_request_done(req, outbody, &outdyn); } |