From 78bbcec21b0683aa859aceeb42b106580d48e467 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 22 Jul 2000 00:48:29 +0000 Subject: Fixed open handle code in printers - 3 functions were always being done in order - moved them into open_printer_hnd(). Added saving of comment field. Jeremy. (This used to be commit a0ee774fe92e5d0bc84d1d6729e8c538c67e8aba) --- source3/include/nt_printing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/nt_printing.h') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 9282367885..58a4dec3a0 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -239,6 +239,7 @@ typedef struct nt_printer_info_level_2 fstring sharename; fstring portname; fstring drivername; + fstring comment; fstring location; NT_DEVICEMODE *devmode; fstring sepfile; -- cgit