diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-02 17:38:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:21 -0500 |
commit | 3c4cd186ead24923a6e43f6bb14e3f3bd597a950 (patch) | |
tree | ef8502a5041cad7bc88973f7cdd3a8622d1881ac /source4/utils/ndrdump.c | |
parent | 7573366629ce719471729587b918ccff71f5413d (diff) | |
download | samba-3c4cd186ead24923a6e43f6bb14e3f3bd597a950.tar.gz samba-3c4cd186ead24923a6e43f6bb14e3f3bd597a950.tar.bz2 samba-3c4cd186ead24923a6e43f6bb14e3f3bd597a950.zip |
r3489: Add a couple more DCOM tests (Both OxidResolver and RemoteActivation are
completely covered now)
(This used to be commit 06048d0dac60ae04a677786c0bd3df4f516d8034)
Diffstat (limited to 'source4/utils/ndrdump.c')
-rw-r--r-- | source4/utils/ndrdump.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)) { |