diff options
author | Günther Deschner <gd@samba.org> | 2009-02-26 23:40:58 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-27 13:33:15 +0100 |
commit | 670a22852c4d71883292a8361ef1eb0da99088b1 (patch) | |
tree | 84571359f9e1523a62b4e94d32bc4eef197092f0 /source3/smbd | |
parent | 62db0ea0cfe215b83f7ec94b77f10ef49175c7ae (diff) | |
download | samba-670a22852c4d71883292a8361ef1eb0da99088b1.tar.gz samba-670a22852c4d71883292a8361ef1eb0da99088b1.tar.bz2 samba-670a22852c4d71883292a8361ef1eb0da99088b1.zip |
s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.
Guenther
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 346e8973de..538e04938e 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -730,7 +730,7 @@ void reload_printers(void) DEBUG(3, ("removing stale printer %s\n", pname)); if (is_printer_published(NULL, snum, NULL)) - nt_printer_publish(NULL, snum, SPOOL_DS_UNPUBLISH); + nt_printer_publish(NULL, snum, DSPRINT_UNPUBLISH); del_a_printer(pname); lp_killservice(snum); } |