mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
fix compile problem (stray character)
This commit is contained in:
parent
1278d24961
commit
9554a661c2
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user