From cc98a35689b114aed9bab705e54881e5439805e3 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 24 Mar 2004 19:15:17 +0000 Subject: fixes for prnadmin.dll API * force the PRINTER_ATTRIBUTE_LOCAL (nor PRINTER_ATTRIBUTE_NETWORK) * ensure that we return the sec_desc in smb_io_printer_info_2 (allows prnui.dll to restore security descriptors from a data file). (This used to be commit c335cb80d2e4c687279b7a6038a97518770ccae9) --- source3/include/rpc_spoolss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index f96b4fa96a..d9fc0c6a6a 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -375,7 +375,7 @@ PRINTER_MESSAGE_INFO; #define PRINTER_ATTRIBUTE_SAMBA (PRINTER_ATTRIBUTE_RAW_ONLY|\ PRINTER_ATTRIBUTE_SHARED|\ - PRINTER_ATTRIBUTE_NETWORK) + PRINTER_ATTRIBUTE_LOCAL) #define NO_PRIORITY 0 #define MAX_PRIORITY 99 -- cgit