aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-18 02:42:43 +0000
committerTim Potter <tpot@samba.org>2002-04-18 02:42:43 +0000
commit56c4ae48cff4519386fa8f841bf555646e758d4c (patch)
tree1b2ee761771327cf3e7bb9459ad26493a686f49c /packet-dcerpc-lsa.c
parent1b96c6472998b96f684cfb9793a09b6892153ce0 (diff)
Removed init routine as the dcerpc/smb init is now done in the correct
location. svn path=/trunk/; revision=5199
Diffstat (limited to 'packet-dcerpc-lsa.c')
-rw-r--r--packet-dcerpc-lsa.c11
1 files changed, 1 insertions, 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 <tpot@samba.org>
* 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 <gerald@ethereal.com>
@@ -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 */