smbd: Do not exceed the req's max timeout in setup_poll_open()
commit1bc7d18b5f97d9b7e299df2107321601178aed83
authorVolker Lendecke <vl@samba.org>
Fri, 2 Aug 2019 12:33:22 +0000 (2 14:33 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 7 Aug 2019 23:45:50 +0000 (7 23:45 +0000)
treecf884df9cb4149ee2ce4c7e234f35e5bdbeeaa2d
parent50a3d08673ad5a62ff5769af429e2cc1730a1659
smbd: Do not exceed the req's max timeout in setup_poll_open()

This will become important in the next commits when the SMB1 sharing
violation delay will use this. We want to be able to reduce the
timeout to less than 200msec, see the next commits.

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