diff options
| author | Günther Deschner <gd@samba.org> | 2009-02-24 12:37:04 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2009-02-24 12:41:21 +0100 |
| commit | 5c5ce2bee68c4f90a0de3f1833d37cf6f71aa867 (patch) | |
| tree | d1475436bc16e1b29b72c991b58aaf5f47f8227c | |
| parent | e1749a1f7815dae4f0721a62a0ea5d3a88aaf320 (diff) | |
| download | samba-5c5ce2bee68c4f90a0de3f1833d37cf6f71aa867.tar.gz samba-5c5ce2bee68c4f90a0de3f1833d37cf6f71aa867.tar.bz2 samba-5c5ce2bee68c4f90a0de3f1833d37cf6f71aa867.zip | |
spoolss: fix _spoolss_SetPrinter level 3.
Guenther
| -rw-r--r-- | librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 510ad3e8b2..3e35399f8d 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -552,7 +552,7 @@ import "misc.idl", "security.idl", "winreg.idl"; } spoolss_SetPrinterInfo2; typedef struct { - security_descriptor *secdesc; + uint32 sec_desc_ptr; } spoolss_SetPrinterInfo3; typedef struct { |
