aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-echo.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-25 02:21:04 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-25 02:21:04 +0000
commit432f7be1e0a25fe24622d24066839f6c89499931 (patch)
tree40130a7b7cbd7468aca29dc99e4b78958971cc52 /epan/dissectors/packet-echo.c
parent33ad445703a44fb761bd46b3c760fa15ff99772f (diff)
Minor proto_reg_handoff cleanup
svn path=/trunk/; revision=26265
Diffstat (limited to 'epan/dissectors/packet-echo.c')
-rw-r--r--epan/dissectors/packet-echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-echo.c b/epan/dissectors/packet-echo.c
index eaa6f1f84c..12f06fc780 100644
--- a/epan/dissectors/packet-echo.c
+++ b/epan/dissectors/packet-echo.c
@@ -117,7 +117,7 @@ void proto_register_echo(void)
void proto_reg_handoff_echo(void)
{
- dissector_handle_t echo_handle = NULL;
+ dissector_handle_t echo_handle;
echo_handle = create_dissector_handle(dissect_echo, proto_echo);