diff options
-rw-r--r-- | source3/smbd/service.c | 7 |
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. */ |