diff options
author | Gerald Carter <jerry@samba.org> | 2003-02-15 23:36:18 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-02-15 23:36:18 +0000 |
commit | a703d55cd7558ef45de435d631bf5315fb616192 (patch) | |
tree | 1f99cef9c3da9e676ef4dda666abcf92df5f8558 /source3/include/rpc_spoolss.h | |
parent | 22c875943d2e8efe87c5f5049ace37d1135eb187 (diff) | |
download | samba-a703d55cd7558ef45de435d631bf5315fb616192.tar.gz samba-a703d55cd7558ef45de435d631bf5315fb616192.tar.bz2 samba-a703d55cd7558ef45de435d631bf5315fb616192.zip |
* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
* never save a pointer to an automatic variable (they go away)
implement a deep copy for SPOOLSS_NOTIFY_MSG to correct
messages being sent that have junk for strings;
fix in response to changes for CR 1504
(This used to be commit 043b9dff22e909fc290c34d879cad8b4c980fc13)
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rwxr-xr-x | source3/include/rpc_spoolss.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 249053403d..c2e3d92787 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -373,6 +373,10 @@ PRINTER_MESSAGE_INFO; #define PRINTER_ATTRIBUTE_RAW_ONLY 0x00001000 #define PRINTER_ATTRIBUTE_PUBLISHED 0x00002000 +#define PRINTER_ATTRIBUTE_SAMBA (PRINTER_ATTRIBUTE_RAW_ONLY|\ + PRINTER_ATTRIBUTE_SHARED|\ + PRINTER_ATTRIBUTE_NETWORK) + #define NO_PRIORITY 0 #define MAX_PRIORITY 99 #define MIN_PRIORITY 1 |