diff options
author | Günther Deschner <gd@samba.org> | 2009-02-18 16:09:02 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-18 16:10:26 +0100 |
commit | 6c91a83e941ff4ef4b1d8e18118f8fa3860c6134 (patch) | |
tree | 95fd44bef2dcc1086e91263ebc73299708059efc | |
parent | 6a53ff1ea8ca6eee81652a68fb49b2871c327b72 (diff) | |
download | samba-6c91a83e941ff4ef4b1d8e18118f8fa3860c6134.tar.gz samba-6c91a83e941ff4ef4b1d8e18118f8fa3860c6134.tar.bz2 samba-6c91a83e941ff4ef4b1d8e18118f8fa3860c6134.zip |
spoolss: fix spoolss_MonitorUi 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 8847247ff7..4c428f8953 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1963,7 +1963,7 @@ import "misc.idl", "security.idl", "winreg.idl"; } spoolss_PortData1; typedef [public] struct { - [string,charset(UTF16)] uint16 dll_name[]; + nstring dll_name; } spoolss_MonitorUi; WERROR spoolss_XcvData( |