s3/vfs:stream_depots: Parse substitutions in streams-depot-directory path
authorShyamsunder Rathi <shyam.rathi@nutanix.com>
Thu, 10 Mar 2016 20:37:49 +0000 (12:37 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 18 Mar 2016 20:34:30 +0000 (21:34 +0100)
commitac4dc0c678dddf1eab977dddfc4344d835be7824
tree55f49a60610c113e41559b1bea7295156f522eb0
parente8e2386bf6bd05c60a0f897587a9a676c86dee76
s3/vfs:stream_depots: Parse substitutions in streams-depot-directory path

At present, substitutions in the streams directory path are ignored. Fix it
by modifying 'stream_dir' function to call 'lp_parm_talloc_string' which
internally calls 'lp_string' on the path.

Signed-off-by: Shyamsunder Rathi <shyam.rathi@nutanix.com>
Reviewed-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_streams_depot.c