diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-08-18 19:57:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:09 -0500 |
commit | 664f50e81cc97eac7162cb3dd324eaefb11aa7d2 (patch) | |
tree | 9a17655ba20eda30634924f5c2b5cf635cd6b29b /source4/build/pidl | |
parent | acc885855ac17d3fafaa309ac2e6b7ac3c899f52 (diff) | |
download | samba-664f50e81cc97eac7162cb3dd324eaefb11aa7d2.tar.gz samba-664f50e81cc97eac7162cb3dd324eaefb11aa7d2.tar.bz2 samba-664f50e81cc97eac7162cb3dd324eaefb11aa7d2.zip |
r1894: Convert // to /* */
(This used to be commit 5dc793b2b4b5c54df4aa3b0c98c248bdd671bbb1)
Diffstat (limited to 'source4/build/pidl')
-rw-r--r-- | source4/build/pidl/eparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/eparser.c b/source4/build/pidl/eparser.c index b53bde5f1e..cdafd0d8f4 100644 --- a/source4/build/pidl/eparser.c +++ b/source4/build/pidl/eparser.c @@ -515,7 +515,7 @@ void ndr_pull_subcontext_header(struct ndr_pull *ndr, proto_tree *tree, break; } default: ; -// return ndr_pull_error(ndr, NDR_ERR_SUBCONTEXT, "Bad subcontext size %d", sub_size); +/* return ndr_pull_error(ndr, NDR_ERR_SUBCONTEXT, "Bad subcontext size %d", sub_size); */ } } @@ -580,7 +580,7 @@ void proto_register_eparser(void) { &hf_subcontext_size_2, { "Subcontext size2", "eparser.subcontext_size2", FT_UINT16, BASE_DEC, NULL, 0x0, "Subcontext size2", HFILL }}, { &hf_subcontext_size_4, { "Subcontext size4", "eparser.subcontext_size4", FT_UINT16, BASE_DEC, NULL, 0x0, "Subcontext size4", HFILL }}, { &hf_relative_ofs, { "Relative offset", "eparser.relative_offset", FT_UINT32, BASE_DEC, NULL, 0x0, "Relative offset", HFILL }}, -// { &hf_subtree_list, { "Subtree list", "", FT_UINT64, BASE_DEC, NULL, 0,"", HFILL }}, +/* { &hf_subtree_list, { "Subtree list", "", FT_UINT64, BASE_DEC, NULL, 0,"", HFILL }}, */ }; static gint *ett[] = { |