Change the directory parameter in streams_depot to become consistent
authorVolker Lendecke <vl@samba.org>
Fri, 18 Jul 2008 09:17:33 +0000 (11:17 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 18 Jul 2008 09:21:57 +0000 (11:21 +0200)
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

index fa85ea4a57ee086cbb2128ab1379b3cb136568b3..d8c476f96f4c95cfd1a5f0893b622a76da73a842 100644 (file)
@@ -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) {