mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3: remove some dead code (for setdir command)
set dir seems to have been a special SMB command used by Pathworks clients the supporting code for it was already removed in 2007, so just remove all remnants related to it (smb.conf parameter, documentation, ...) Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Mar 12 01:03:37 CET 2013 on sn-devel-104
This commit is contained in:
committed by
Jeremy Allison
parent
58e385a5ac
commit
fb924d02ec
@ -3725,15 +3725,6 @@ static struct parm_struct parm_table[] = {
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED | FLAG_SHARE,
|
||||
},
|
||||
{
|
||||
.label = "set directory",
|
||||
.type = P_BOOLREV,
|
||||
.p_class = P_LOCAL,
|
||||
.offset = LOCAL_VAR(bNo_set_dir),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED | FLAG_SHARE,
|
||||
},
|
||||
{
|
||||
.label = "allow insecure wide links",
|
||||
.type = P_BOOL,
|
||||
|
Reference in New Issue
Block a user