diff options
author | Andreas Schneider <asn@samba.org> | 2010-04-26 11:52:19 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:09 -0400 |
commit | e517588a2073986ccd0edd76f9e3c865146bf1f4 (patch) | |
tree | 121c34ab7dfeda4f340cb9d39ce7473b04f8115b /source3/printing | |
parent | 90e96d3ee20caf4aa58ea87a3afc5013f31d0ae4 (diff) | |
download | samba-e517588a2073986ccd0edd76f9e3c865146bf1f4.tar.gz samba-e517588a2073986ccd0edd76f9e3c865146bf1f4.tar.bz2 samba-e517588a2073986ccd0edd76f9e3c865146bf1f4.zip |
s3-spoolss: Set c_setprinter always to 0.
This value is only used for the well known printers list which Samba
doesn't implement.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index beb1e45755..82615e19d3 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -605,8 +605,6 @@ bool nt_printing_init(struct messaging_context *msg_ctx) } } - update_c_setprinter(True); - /* * register callback to handle updating printers as new * drivers are installed |