diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/vfs_streams_depot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_streams_depot.c b/source3/modules/vfs_streams_depot.c index fa85ea4a57..d8c476f96f 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) { |