shadow_copy2: introduce config struct and function shadow_copy2_connect()
authorMichael Adam <obnox@samba.org>
Thu, 23 May 2013 23:35:44 +0000 (01:35 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 4 Oct 2013 20:21:01 +0000 (09:21 +1300)
commit1ecef5743583cf617f5506bc2fca3baa70cfb9b3
treef58facc9545ff2ddf2e0f8dbcd7aac0ea0893bc9
parent6da7375cd881f85f2873578db7fcfb368deab94f
shadow_copy2: introduce config struct and function shadow_copy2_connect()

This moves the parsing of the config to a central place.
So users of configuation don't need to call lp_parm_... all the time.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/vfs_shadow_copy2.c