Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
[samba.git] / source3 / param / loadparm.c
index bd70ee1828d69f48e18a0d422fb0199865dfb23e..5bac25c43362a32a166f9a9f6271624ad1ffb2e1 100644 (file)
@@ -606,7 +606,7 @@ static struct service sDefault = {
        True,                   /* bLevel2OpLocks */
        False,                  /* bOnlyUser */
        True,                   /* bMangledNames */
-       True,                   /* bWidelinks */
+       false,                  /* bWidelinks */
        True,                   /* bSymlinks */
        False,                  /* bSyncAlways */
        False,                  /* bStrictAllocate */