param: disable print notify backchannel by default
[mat/samba.git] / source3 / param / loadparm.c
index e702420124666662b0a4e8d7e4be3e6cf1848fc3..3daebdb61cd6fa31f92e60d9716f4cdf8d4ee521 100644 (file)
@@ -218,7 +218,7 @@ static struct loadparm_service sDefault =
        .bAdministrative_share = false,
        .bGuest_ok = false,
        .bPrint_ok = false,
-       .bPrintNotifyBackchannel = true,
+       .bPrintNotifyBackchannel = false,
        .bMap_system = false,
        .bMap_hidden = false,
        .bMap_archive = true,