smbd:smb2: fix durable reconnect: set fsp->fnum from the smbXsrv_open->local_id
commit6b2d67a345e90306f0d35402d0f4e3067a014057
authorMichael Adam <obnox@samba.org>
Thu, 23 Jan 2014 23:09:50 +0000 (24 00:09 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 30 Jan 2014 15:57:06 +0000 (30 16:57 +0100)
treec09e2ae7eef6fcfab543642dc9afa17d5046ca97
parente93f052e37e736e5776fe7f7c7d246f9ecc4b4c8
smbd:smb2: fix durable reconnect: set fsp->fnum from the smbXsrv_open->local_id

Originally, fsp->fnum was left at the INVALID fnum value.

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