diff options
author | Günther Deschner <gd@samba.org> | 2011-05-13 10:02:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-16 12:54:33 +0200 |
commit | 854467851da48e02dcd8f869cb031c8943707017 (patch) | |
tree | 0d5e7b3b5b84bb26a32f76fbb9a28f65ef686795 /source3/param | |
parent | d4d31b31760ac1e7361f453564b63f17685bf58f (diff) | |
download | samba-854467851da48e02dcd8f869cb031c8943707017.tar.gz samba-854467851da48e02dcd8f869cb031c8943707017.tar.bz2 samba-854467851da48e02dcd8f869cb031c8943707017.zip |
s3-printing: Get the location info from cups.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index e4dd3661da..e245ecf594 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -8610,7 +8610,8 @@ static void lp_add_auto_services(char *str) Auto-load one printer. ***************************************************************************/ -void lp_add_one_printer(const char *name, const char *comment, void *pdata) +void lp_add_one_printer(const char *name, const char *comment, + const char *location, void *pdata) { int printers = lp_servicenumber(PRINTERS_NAME); int i; |