diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-18 11:17:33 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-18 11:21:57 +0200 |
commit | c1636e7383b3dad2f7a84747ebc561243296f59b (patch) | |
tree | 6a7dbc872e6b1b95fa7cf570169d84bb53847486 /source3/modules | |
parent | 45afa8d894519f9b7ca7b468fffda7531440934b (diff) | |
download | samba-c1636e7383b3dad2f7a84747ebc561243296f59b.tar.gz samba-c1636e7383b3dad2f7a84747ebc561243296f59b.tar.bz2 samba-c1636e7383b3dad2f7a84747ebc561243296f59b.zip |
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)
Diffstat (limited to 'source3/modules')
-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) { |