summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/smb2cli_negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/smb2cli_negprot.c b/source3/libsmb/smb2cli_negprot.c
index 75532cd477..df35225dd4 100644
--- a/source3/libsmb/smb2cli_negprot.c
+++ b/source3/libsmb/smb2cli_negprot.c
@@ -123,7 +123,7 @@ static void smb2cli_negprot_done(struct tevent_req *subreq)
tevent_req_nterror(req, NT_STATUS_INVALID_NETWORK_RESPONSE);
return;
}
- cli->secblob = data_blob(iov[1].iov_base, security_length);
+ cli->smb2.gss_blob = data_blob(iov[1].iov_base, security_length);
tevent_req_done(req);
}