s4:librpc/rpc: use DCERPC_REQUEST_TIMEOUT for smb opens
commitae406ac6687a5c093e196741ac0187cf27a83b3d
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Jan 2014 12:17:42 +0000 (15 13:17 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 May 2014 01:31:28 +0000 (26 03:31 +0200)
tree38d7a35aa32f488227566161ed452cad7643c124
parentd1b5016572a3d1fe45a50015bcaf7ecb51ed6a4d
s4:librpc/rpc: use DCERPC_REQUEST_TIMEOUT for smb opens

There's no need to make the connect timeout dynamic.
We implicitly used SMB_REQUEST_TIMEOUT which is also 60 seconds before.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_connect.c
source4/librpc/rpc/dcerpc_smb.c