diff options
author | Christian Ambach <ambi@samba.org> | 2013-03-11 22:23:27 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-03-12 01:03:37 +0100 |
commit | fb924d02ec05f7106beeeb409becbc39e00ddac9 (patch) | |
tree | 06c3c5818f40f49e187d5ee01c7dc6c0f259407f /source3/param | |
parent | 58e385a5ac37c072a4eef3baa7926b799a732e94 (diff) | |
download | samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.tar.gz samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.tar.bz2 samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.zip |
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
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 75b63c5231..d1c2a6383e 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -214,7 +214,6 @@ static struct loadparm_service sDefault = .bAccessBasedShareEnum = false, .bAvailable = true, .bRead_only = true, - .bNo_set_dir = true, .bGuest_only = false, .bAdministrative_share = false, .bGuest_ok = false, |