diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-02-13 16:20:23 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-02-13 16:25:57 +0100 |
commit | 60e205c34c4a28060f47ba1aa7c7592d33d302bc (patch) | |
tree | d74c22f371695e6344f2dc37af9305c752946766 /source4/torture | |
parent | a9d30b0d61a6a3363dc659c3e07ce1615c5e85df (diff) | |
download | samba-60e205c34c4a28060f47ba1aa7c7592d33d302bc.tar.gz samba-60e205c34c4a28060f47ba1aa7c7592d33d302bc.tar.bz2 samba-60e205c34c4a28060f47ba1aa7c7592d33d302bc.zip |
torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.result
metze
(This used to be commit 0c5539e5fedd4123f61d50ee29acdc5a5f0faf76)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/eventlog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/rpc/eventlog.c b/source4/torture/rpc/eventlog.c index 4701fdfe4d..feeeb9330b 100644 --- a/source4/torture/rpc/eventlog.c +++ b/source4/torture/rpc/eventlog.c @@ -127,8 +127,6 @@ static bool test_ReadEventLog(struct torture_context *tctx, break; } - torture_assert_ntstatus_ok(tctx, status, "ReadEventLog failed"); - torture_assert_ntstatus_equal(tctx, r.out.result, NT_STATUS_BUFFER_TOO_SMALL, "ReadEventLog failed"); |