summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-30 02:05:36 +0200
committerGünther Deschner <gd@samba.org>2010-09-30 02:59:35 +0200
commit575ae3ed728974236512b029f8217d99c6fc8526 (patch)
tree85c6bf24f188a6b04c039e242142c5e94c7cb86c /librpc
parent3797d48b76fadb988c40d056751be8671c9e6906 (diff)
downloadsamba-575ae3ed728974236512b029f8217d99c6fc8526.tar.gz
samba-575ae3ed728974236512b029f8217d99c6fc8526.tar.bz2
samba-575ae3ed728974236512b029f8217d99c6fc8526.zip
spoolss: use the correct flags for spoolss_PrinterInfo1 struct.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/spoolss.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index f1b8e96bd3..a957a5439a 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;