diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index e702420124..3daebdb61c 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -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, |