fsrvp: keep fss agent conn struct across async VFS reqs
authorDavid Disseldorp <ddiss@samba.org>
Sun, 7 Oct 2012 15:10:52 +0000 (17:10 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 15 Apr 2013 16:15:20 +0000 (18:15 +0200)
commit83375c508e5ba792846959b15261f68d562dc616
tree04fb4bfc9229d8597ee193d909659bebbdd4f473
parentc7e57d7d309ce321f35869358014717800caf457
fsrvp: keep fss agent conn struct across async VFS reqs

Prior to this change, the VFS connection struct was created and
destroyed for each VFS async snapshot _send _recv call.

This behavour is not suitable for transparent VFS modules which pass
on the VFS handle to subsequent modules (e.g. vfs_time_audit).
source3/rpc_server/fss/srv_fss_agent.c