diff options
author | Günther Deschner <gd@samba.org> | 2008-11-20 13:29:44 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-20 17:15:47 +0100 |
commit | 2736650f0ca55d9d9f47e689a8848902c11ccec2 (patch) | |
tree | 305b0ad253babf554b1214e9ad901a9b1debe29a /source4/torture/rpc | |
parent | 70f55ddb7012f8cc44520088949bdfa4484c3a8b (diff) | |
download | samba-2736650f0ca55d9d9f47e689a8848902c11ccec2.tar.gz samba-2736650f0ca55d9d9f47e689a8848902c11ccec2.tar.bz2 samba-2736650f0ca55d9d9f47e689a8848902c11ccec2.zip |
eventlog: fill in some unknowns and use flags bitmap in IDL.
Guenther
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/eventlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/eventlog.c b/source4/torture/rpc/eventlog.c index 31d91c056b..e89cdd3ea9 100644 --- a/source4/torture/rpc/eventlog.c +++ b/source4/torture/rpc/eventlog.c @@ -50,8 +50,8 @@ static bool get_policy_handle(struct torture_context *tctx, init_lsa_String(&servername, NULL); r.in.logname = &logname; r.in.servername = &servername; - r.in.unknown2 = 0x00000001; - r.in.unknown3 = 0x00000001; + r.in.major_version = 0x00000001; + r.in.minor_version = 0x00000001; r.out.handle = handle; torture_assert_ntstatus_ok(tctx, |