]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:libcli/smb2: reapply request endtime
authorRalph Boehme <slow@samba.org>
Sun, 28 Oct 2018 01:05:45 +0000 (02:05 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 6 Nov 2018 08:10:22 +0000 (09:10 +0100)
commit8ae8c5670017dfe7e06d13e9441ad4f9434a378c
tree97289feeb975da9bc14a5feeae9e3632a3aa016b
parentd79d7192bf27914d6d13863a2aab18beb3945bb2
s4:libcli/smb2: reapply request endtime

tevent_req_finish() removed a possible request timeout, make sure to
reinstall it. This happened when an interim SMB2 response was received.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13667

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit a6de555c51ca34ef24ac4b4cb672cd748d3197a1)
source4/libcli/smb2/transport.c