s3:smbd:smb2: fix setting of scavenge timeout when reconnecting durable handles
authorMichael Adam <obnox@samba.org>
Thu, 18 Apr 2013 11:11:03 +0000 (13:11 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 18 Apr 2013 11:15:10 +0000 (13:15 +0200)
commitbeb9a27180e5570337381d03fac55bbe6d1637e0
treee2177156fe650f14610ebaa5d64e8899ac215482
parentbb7c6a0bd0d194e62d2c861edaff1dd6a0e071f6
s3:smbd:smb2: fix setting of scavenge timeout when reconnecting durable handles

The bug fixed with this commit led to reconnected durable handles
having a disconnect timeout of 0 msec. This fix re-establishes the
original timeout for the reconnected handle.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
source3/smbd/smb2_create.c