From ca2dfb372cfd9096407fca67a6b65bceda6f72b6 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 :-) --- source/modules/vfs_streams_depot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/vfs_streams_depot.c b/source/modules/vfs_streams_depot.c index fa85ea4a57e..d8c476f96f4 100644 --- a/source/modules/vfs_streams_depot.c +++ b/source/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.11.4.GIT