diff options
author | Günther Deschner <gd@samba.org> | 2010-09-30 02:05:36 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-30 02:59:35 +0200 |
commit | 575ae3ed728974236512b029f8217d99c6fc8526 (patch) | |
tree | 85c6bf24f188a6b04c039e242142c5e94c7cb86c | |
parent | 3797d48b76fadb988c40d056751be8671c9e6906 (diff) | |
download | samba-575ae3ed728974236512b029f8217d99c6fc8526.tar.gz samba-575ae3ed728974236512b029f8217d99c6fc8526.tar.xz samba-575ae3ed728974236512b029f8217d99c6fc8526.zip |
spoolss: use the correct flags for spoolss_PrinterInfo1 struct.
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 f1b8e96bd3a..a957a5439ae 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -766,7 +766,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") } spoolss_PrinterAttributes; typedef [public,gensize] struct { - spoolss_PrinterAttributes flags; + spoolss_EnumPrinterFlags flags; [relative] nstring *description; [relative] nstring *name; [relative] nstring *comment; |