From c1636e7383b3dad2f7a84747ebc561243296f59b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 18 Jul 2008 11:17:33 +0200 Subject: [PATCH] Change the directory parameter in streams_depot to become consistent This is not built by default and not documented in 3.2.0, so I doubt this will break any setups :-) (cherry picked from commit ca2dfb372cfd9096407fca67a6b65bceda6f72b6) (This used to be commit 9393cdda97a886f4bdd187d76461724edeec9ed3) --- source3/modules/vfs_streams_depot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_streams_depot.c b/source3/modules/vfs_streams_depot.c index fa85ea4a57e..d8c476f96f4 100644 --- a/source3/modules/vfs_streams_depot.c +++ b/source3/modules/vfs_streams_depot.c @@ -118,7 +118,7 @@ static char *stream_dir(vfs_handle_struct *handle, const char *base_path, uint8 id_buf[16]; const char *rootdir = lp_parm_const_string( - SNUM(handle->conn), "streams", "directory", + SNUM(handle->conn), "streams_depot", "directory", handle->conn->connectpath); if (base_sbuf == NULL) { -- 2.34.1