From: Volker Lendecke Date: Fri, 18 Jul 2008 09:17:33 +0000 (+0200) Subject: Change the directory parameter in streams_depot to become consistent X-Git-Tag: samba-3.3.0pre1~518 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9393cdda97a886f4bdd187d76461724edeec9ed3;p=thirdparty%2Fsamba.git 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) --- 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) {