summaryrefslogtreecommitdiff
path: root/plugins/rlm
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-04-25 15:16:39 +0000
committerJörg Mayer <jmayer@loplof.de>2004-04-25 15:16:39 +0000
commitcfc40f2f00274b8a6cfe47e940e931dbd42936a6 (patch)
treed2f5fc49be9a6437639b86a101a0ab836a1ad4d4 /plugins/rlm
parent895375603d9a14cafbd1ef70ea87a39d9e51d9f9 (diff)
downloadwireshark-cfc40f2f00274b8a6cfe47e940e931dbd42936a6.tar.gz
Fix the fix
svn path=/trunk/; revision=10693
Diffstat (limited to 'plugins/rlm')
-rw-r--r--plugins/rlm/packet-rlm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/rlm/packet-rlm.c b/plugins/rlm/packet-rlm.c
index 45639ba7b9..b230f89759 100644
--- a/plugins/rlm/packet-rlm.c
+++ b/plugins/rlm/packet-rlm.c
@@ -2,7 +2,7 @@
* Routines for RLM dissection
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-rlm.c,v 1.4 2004/04/25 11:14:00 jmayer Exp $
+ * $Id: packet-rlm.c,v 1.5 2004/04/25 15:16:38 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -232,9 +232,6 @@ proto_register_rlm(void)
&ett_rlm,
};
-/* Initialize the table of pointers needed in Win32 DLLs */
- plugin_address_table_init(pat);
-
/* Register the protocol name and description */
proto_rlm = proto_register_protocol("Redundant Link Management Protocol",
"RLM", "rlm");