]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Pass in "struct smb_request" to request_timed_out()
authorVolker Lendecke <vl@samba.org>
Thu, 1 Aug 2019 15:00:45 +0000 (17:00 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 6 Aug 2019 21:49:28 +0000 (21:49 +0000)
commit3ca52f11dcc27de0cbd67c8f030d2984869c3085
tree0fda6a3bbb22f814a653a9a8fd8b2f6594d9ebd7
parentbb81b9a75ad66ad8a78f146d217e74c3bf7cc7f8
smbd: Pass in "struct smb_request" to request_timed_out()

It seems more natural to pass in a request to a routine called
request_timed_out(), and it's a few bytes less .text

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c