Remove some accidentally commited debugging strings.

svn path=/trunk/; revision=7718
This commit is contained in:
Richard Sharpe 2003-05-22 21:39:44 +00:00
parent 9ebbe1fb1f
commit a4f0cdaba4
1 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
* $Id: packet-rpc.c,v 1.129 2003/05/22 21:37:54 sharpe Exp $
* $Id: packet-rpc.c,v 1.130 2003/05/22 21:39:44 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -668,11 +668,9 @@ dissect_rpc_opaque_data(tvbuff_t *tvb, int offset,
"contents: %s", string_buffer_print);
}
}
proto_tree_add_text(string_tree, tvb, offset, -1,
" Offsetb %d:", offset);
offset += string_length_copy;
proto_tree_add_text(string_tree, tvb, offset, -1,
" Offseta %d:", offset);
if (fill_length) {
if (string_tree) {
if (fill_truncated) {