diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 5f009320f9..cf616f5e19 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -232,7 +232,6 @@ static struct loadparm_service sDefault = .bLocking = true, .iStrictLocking = Auto, .bPosixLocking = true, - .bShareModes = true, .bOpLocks = true, .bKernelOplocks = false, .bLevel2OpLocks = true, @@ -1804,8 +1803,6 @@ bool lp_add_printer(const char *pszPrintername, int iDefaultService) /* Printers cannot be read_only. */ ServicePtrs[i]->bRead_only = false; - /* No share modes on printer services. */ - ServicePtrs[i]->bShareModes = false; /* No oplocks on printer services. */ ServicePtrs[i]->bOpLocks = false; /* Printer services must be printable. */ |