Remove the code replaced by widelinks warning.
authorJeremy Allison <jra@samba.org>
Thu, 11 Feb 2010 23:59:41 +0000 (15:59 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 11 Feb 2010 23:59:41 +0000 (15:59 -0800)
Jeremy.

source3/smbd/service.c

index 7dddff5259ccbdc098ec91d7af3d72ed4931b23f..d8ba4fee65d56c62bfeb156897a2c9990d5c7995 100644 (file)
@@ -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.
         */