1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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)
This commit is contained in:
Volker Lendecke 2008-07-18 11:17:33 +02:00
parent 45afa8d894
commit c1636e7383

View 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) {