From 3c4cd186ead24923a6e43f6bb14e3f3bd597a950 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 2 Nov 2004 17:38:11 +0000 Subject: r3489: Add a couple more DCOM tests (Both OxidResolver and RemoteActivation are completely covered now) (This used to be commit 06048d0dac60ae04a677786c0bd3df4f516d8034) --- source4/utils/ndrdump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/utils') diff --git a/source4/utils/ndrdump.c b/source4/utils/ndrdump.c index a4182281c8..75f6ea0b32 100644 --- a/source4/utils/ndrdump.c +++ b/source4/utils/ndrdump.c @@ -181,7 +181,6 @@ static void show_functions(const struct dcerpc_interface_table *p) if (ndr->offset != ndr->data_size) { printf("WARNING! %d unread bytes while parsing context file\n", ndr->data_size - ndr->offset); - exit(1); } if (!NT_STATUS_IS_OK(status)) { -- cgit