diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-22 13:39:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-22 13:39:49 +0000 |
commit | 0c42b6deea6933c41fd74d670c25aca833f8d1a2 (patch) | |
tree | 14393e5ad8391591ae3a603aca1a6172dc46dc3d /source3 | |
parent | ed087210169f7b2f8a0d378720a03e3f06d34dd4 (diff) | |
download | samba-0c42b6deea6933c41fd74d670c25aca833f8d1a2.tar.gz samba-0c42b6deea6933c41fd74d670c25aca833f8d1a2.tar.bz2 samba-0c42b6deea6933c41fd74d670c25aca833f8d1a2.zip |
fix compile problem (stray character)
(This used to be commit 9554a661c2400e9148f7572e4de20064faea5f2a)
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 83f85e9187..c0d0e501f3 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -2380,7 +2380,7 @@ BOOL lp_add_printer(const char *pszPrintername, int iDefaultService) /* the printer name is set to the service name. */ string_set(&ServicePtrs[i]->szPrintername, pszPrintername); string_set(&ServicePtrs[i]->comment, comment); -` + /* Printers cannot be read_only. */ ServicePtrs[i]->bRead_only = False; /* No share modes on printer services. */ |