From 38000f6e075cdef59efabd3d127bc92250716a99 Mon Sep 17 00:00:00 2001 From: tpot Date: Thu, 18 Apr 2002 02:42:43 +0000 Subject: [PATCH] Removed init routine as the dcerpc/smb init is now done in the correct location. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5199 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-dcerpc-lsa.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/packet-dcerpc-lsa.c b/packet-dcerpc-lsa.c index 91f2c26495..e2b9404612 100644 --- a/packet-dcerpc-lsa.c +++ b/packet-dcerpc-lsa.c @@ -3,7 +3,7 @@ * Copyright 2001, Tim Potter * 2002 Added LSA command dissectors Ronnie Sahlberg * - * $Id: packet-dcerpc-lsa.c,v 1.17 2002/04/18 02:35:45 tpot Exp $ + * $Id: packet-dcerpc-lsa.c,v 1.18 2002/04/18 02:42:43 tpot Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -2065,13 +2065,6 @@ static dcerpc_sub_dissector dcerpc_lsa_dissectors[] = { {0, NULL, NULL, NULL}, }; -static void lsa_init(void) -{ - /* Initialise DCERPC/SMB data structures */ - - dcerpc_smb_init(); -} - void proto_register_dcerpc_lsa(void) { @@ -2331,8 +2324,6 @@ proto_register_dcerpc_lsa(void) proto_register_field_array (proto_dcerpc_lsa, hf, array_length (hf)); proto_register_subtree_array(ett, array_length(ett)); - - register_init_routine(lsa_init); } /* Protocol handoff */ -- 2.34.1