diff options
author | Tim Potter <tpot@samba.org> | 2004-10-28 03:40:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:51 -0500 |
commit | fe54d8bc99f4ccfcaba2116430213161ebb6bf39 (patch) | |
tree | 7d32246f9e82f86029ef42211dc9f99c53116cec /source4/librpc/idl/spoolss.idl | |
parent | 4eda9e51b3759a40b1c39d36185b5db9b8b8017e (diff) | |
download | samba-fe54d8bc99f4ccfcaba2116430213161ebb6bf39.tar.gz samba-fe54d8bc99f4ccfcaba2116430213161ebb6bf39.tar.xz samba-fe54d8bc99f4ccfcaba2116430213161ebb6bf39.zip |
r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3
need to be marked as subcontext(0).
GetPrinter tests now work for all info levels!
(This used to be commit 53bd02960e17f7517e0d6c4f489d27b8bdcc7582)
Diffstat (limited to 'source4/librpc/idl/spoolss.idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 27241549359..e30be6844cb 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -123,7 +123,7 @@ [relative] nstring *printprocessor; [relative] nstring *datatype; [relative] nstring *parameters; - [relative] security_descriptor *secdesc; + [relative,subcontext(0)] security_descriptor *secdesc; uint32 attributes; uint32 priority; uint32 defaultpriority; @@ -136,7 +136,7 @@ typedef struct { uint32 flags; - security_descriptor secdesc; + [subcontext(0)] security_descriptor secdesc; } spoolss_PrinterInfo3; typedef struct { |