mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
spoolss: always set version 2 in notify info and option structs.
Guenther
This commit is contained in:
parent
8fa71b1a08
commit
80b3e5b36e
@ -1458,7 +1458,7 @@ import "misc.idl", "security.idl", "winreg.idl";
|
||||
} spoolss_NotifyOptionsArray;
|
||||
|
||||
typedef struct {
|
||||
uint32 version;
|
||||
[value(2)] uint32 version;
|
||||
uint32 flags;
|
||||
uint32 count;
|
||||
[size_is(count)] spoolss_NotifyOptionsArray *options;
|
||||
@ -1506,7 +1506,7 @@ import "misc.idl", "security.idl", "winreg.idl";
|
||||
} spoolss_Notify;
|
||||
|
||||
typedef struct {
|
||||
uint32 version;
|
||||
[value(2)] uint32 version;
|
||||
uint32 flags;
|
||||
uint32 count;
|
||||
[size_is(count)] spoolss_Notify notifies[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user