From a65dead017b3f52d7c2f753ce8ca876371183629 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Sat, 27 May 2000 01:26:34 +0000 Subject: security descs in spoolss. needs parse_sec.c nttrans.c broken. (This used to be commit f9f2a04fdb7b2af1cfe5bf26ec6f0d955ea948b9) --- source3/include/nt_printing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/nt_printing.h') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 9f89ed0568..8c63ba0da1 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -244,7 +244,7 @@ typedef struct nt_printer_info_level_2 fstring datatype; fstring parameters; NT_PRINTER_PARAM *specific; - /* SEC_DESC_BUF *secdesc; */ + SEC_DESC_BUF secdesc; /* not used but ... and how ??? */ uint32 changeid; uint32 c_setprinter; -- cgit