The branch, master has been updated
via 9fc76f8... Remove the code replaced by widelinks warning.
from a6f402a... Remove lp_safe_widelinks() -> convert to just
lp_widelinks. Suggestion from Volker.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 9fc76f86fa2c60b81ec8afee515bb823a5cd616f
Author: Jeremy Allison <[email protected]>
Date: Thu Feb 11 15:59:41 2010 -0800
Remove the code replaced by widelinks warning.
Jeremy.
-----------------------------------------------------------------------
Summary of changes:
source3/smbd/service.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 7dddff5..d8ba4fe 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.
*/
--
Samba Shared Repository