summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-02-11 15:59:41 -0800
committerJeremy Allison <jra@samba.org>2010-02-11 15:59:41 -0800
commit9fc76f86fa2c60b81ec8afee515bb823a5cd616f (patch)
tree92cc43d1ee7cc3fda949645d2aa1be60a2ba9543 /source3/smbd
parenta6f402ad87ff0ae14d57d97278d67d0ceaaa1d82 (diff)
downloadsamba-9fc76f86fa2c60b81ec8afee515bb823a5cd616f.tar.gz
samba-9fc76f86fa2c60b81ec8afee515bb823a5cd616f.tar.bz2
samba-9fc76f86fa2c60b81ec8afee515bb823a5cd616f.zip
Remove the code replaced by widelinks warning.
Jeremy.
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/service.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 7dddff5259..d8ba4fee65 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -862,13 +862,6 @@ connection_struct *make_connection_snum(struct smbd_server_connection *sconn,
* in the logs. */
widelinks_warning(snum);
- if (lp_unix_extensions() && lp_widelinks(snum)) {
- DEBUG(0,("Share '%s' has wide links and unix extensions enabled. "
- "These parameters are incompatible. "
- "Wide links will be disabled for this share.\n",
- lp_servicename(snum) ));
- }
-
/*
* Enforce the max connections parameter.
*/