spoolss: spoolss_NotifyData contains a devmode container, not devmode pointer.
authorGünther Deschner <gd@samba.org>
Mon, 23 Feb 2009 10:50:27 +0000 (11:50 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 23 Feb 2009 11:47:20 +0000 (12:47 +0100)
Guenther

librpc/idl/spoolss.idl

index ca33cd11929ab67bab8d25560d795ab3792bd220..17d480261a9e1b47ebcb5ec50919a4273012f3b4 100644 (file)
@@ -1678,7 +1678,7 @@ import "misc.idl", "security.idl", "winreg.idl";
        typedef [switch_type(uint32)] union {
                [case(1)] uint32 integer[2];
                [case(2)] spoolss_NotifyString string;
-               [case(3)] spoolss_DeviceMode *devmode;
+               [case(3)] spoolss_DevmodeContainer devmode;
                [case(4)] spoolss_TimeCtr time;
                [case(5)] sec_desc_buf sd;
        } spoolss_NotifyData;