diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 6 |
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 { |