Removed init routine as the dcerpc/smb init is now done in the correct
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 18 Apr 2002 02:42:43 +0000 (02:42 +0000)
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 18 Apr 2002 02:42:43 +0000 (02:42 +0000)
location.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5199 f5534014-38df-0310-8fa8-9805f1628bb7

packet-dcerpc-lsa.c

index 91f2c264950cdf63da4cd10474b8609a248bc273..e2b94046122f9b025c75462e72709fbe4d21ef2d 100644 (file)
@@ -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 */