s4:torture/rpc/countcalls: check for NT_STATUS_IS_RPC() instead of NT_STATUS_NET_WRIT...
authorStefan Metzmacher <metze@samba.org>
Thu, 15 Apr 2010 15:22:41 +0000 (17:22 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Apr 2010 15:32:31 +0000 (17:32 +0200)
metze

source4/torture/rpc/countcalls.c

index 5857af68dd261fae8eb2208cc3528597ce8f1ec0..7d3c9d7b864d19627c1447ee786e82f323f61bc4 100644 (file)
@@ -38,7 +38,7 @@ bool count_calls(struct torture_context *tctx,
        int i;
        NTSTATUS status = torture_rpc_connection(tctx, &p, iface);
        if (NT_STATUS_EQUAL(NT_STATUS_OBJECT_NAME_NOT_FOUND, status)
-           || NT_STATUS_EQUAL(NT_STATUS_NET_WRITE_FAULT, status)
+           || NT_STATUS_IS_RPC(status)
            || NT_STATUS_EQUAL(NT_STATUS_PORT_UNREACHABLE, status)
            || NT_STATUS_EQUAL(NT_STATUS_ACCESS_DENIED, status)) {
                if (all) {