summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-10 16:44:47 +0200
committerSimo Sorce <idra@samba.org>2010-07-27 10:27:11 -0400
commit395dcbd111fd531324eb3e77940756e448a22024 (patch)
tree5b8cb54a244216095a473775672717353f5320fc /source3/include/nt_printing.h
parentc26bfd228de962b70ba744fd9dc9ca62ecca1470 (diff)
downloadsamba-395dcbd111fd531324eb3e77940756e448a22024.tar.gz
s3-spoolss: Removed the last free_a_printer() call in spoolss_nt.c.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 5a1eb004894..34fb65892d5 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -193,8 +193,8 @@ typedef struct _Printer{
/* devmode sent in the OpenPrinter() call */
struct spoolss_DeviceMode *devmode;
- /* cache the printer info */
- NT_PRINTER_INFO_LEVEL *printer_info;
+ /* TODO cache the printer info2 structure */
+ struct spoolss_PrinterInfo2 *info2;
} Printer_entry;