diff options
author | Günther Deschner <gd@samba.org> | 2009-12-07 18:55:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-12-08 11:51:16 +0100 |
commit | 1b6c444557151f5a7d68af99fce1eb197048b47f (patch) | |
tree | b1bf45a31cece0749e064f24fc3bb8bc1ab2a59e /librpc/idl | |
parent | 5e8e5dfe889a63747ffbd9429d8115e1715f53e6 (diff) | |
download | samba-1b6c444557151f5a7d68af99fce1eb197048b47f.tar.gz samba-1b6c444557151f5a7d68af99fce1eb197048b47f.tar.bz2 samba-1b6c444557151f5a7d68af99fce1eb197048b47f.zip |
spoolss: fix spoolss_DriverInfo8 IDL.
found by RPC-SPOOLSS torture teset.
Guenther
Diffstat (limited to 'librpc/idl')
-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 725166f2a6..f665381199 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1204,9 +1204,9 @@ import "misc.idl", "security.idl", "winreg.idl"; [relative] nstring *data_file; [relative] nstring *config_file; [relative] nstring *help_file; + [relative] nstring_array *dependent_files; [relative] nstring *monitor_name; [relative] nstring *default_datatype; - [relative] nstring_array *dependent_files; [relative] nstring_array *previous_names; NTTIME driver_date; hyper driver_version; |