summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-10-01 20:34:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:52 -0500
commit31441aaa137145511a2c09dd540d46876df56701 (patch)
treef9592ea9d786f3ea58ace1d5ffaaf7e547f41e3f /source3/include/nt_printing.h
parentf219db7d698438969be95186dad7dc60512b86a9 (diff)
downloadsamba-31441aaa137145511a2c09dd540d46876df56701.tar.gz
samba-31441aaa137145511a2c09dd540d46876df56701.tar.bz2
samba-31441aaa137145511a2c09dd540d46876df56701.zip
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later reuse when filling in the spolss replies (also gets rid of get_called_name()
(This used to be commit 57db8ca91f52329c7f8985c04463b6b69015b0c4)
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 762b1c6917..ee29636c88 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -450,10 +450,8 @@ typedef struct _Printer{
uint32 jobid; /* jobid in printing backend */
BOOL printer_type;
TALLOC_CTX *ctx;
- union {
- fstring handlename;
- fstring printerservername;
- } dev;
+ fstring servername;
+ fstring sharename;
uint32 type;
uint32 access_granted;
struct {