aboutsummaryrefslogtreecommitdiffstats
path: root/snmptrap
diff options
context:
space:
mode:
Diffstat (limited to 'snmptrap')
-rw-r--r--snmptrap/mod/trapd_snmpv3.py14
-rw-r--r--snmptrap/snmptrapd.py2
2 files changed, 1 insertions, 15 deletions
diff --git a/snmptrap/mod/trapd_snmpv3.py b/snmptrap/mod/trapd_snmpv3.py
index 97c048c..50da980 100644
--- a/snmptrap/mod/trapd_snmpv3.py
+++ b/snmptrap/mod/trapd_snmpv3.py
@@ -47,20 +47,6 @@ from trapd_io import stdout_logger, ecomp_logger
prog_name = os.path.basename(__file__)
-
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-# module: init
-# FMDL: should this re-establish listener, with
-# blank V3 config attribs?
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-
-def init():
-
- global v3_config_dict
- v3_config_dict = {}
-
-
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# module: load_snmpv3_credentials
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
diff --git a/snmptrap/snmptrapd.py b/snmptrap/snmptrapd.py
index 66cc25f..70dc668 100644
--- a/snmptrap/snmptrapd.py
+++ b/snmptrap/snmptrapd.py
@@ -73,7 +73,7 @@ from trapd_runtime_pid import save_pid, rm_pid
from trapd_get_cbs_config import get_cbs_config
from trapd_exit import cleanup_and_exit
from trapd_http_session import init_session_obj, close_session_obj, reset_session_obj
-from trapd_snmpv3 import init, load_snmpv3_credentials
+from trapd_snmpv3 import load_snmpv3_credentials
from trapd_io import roll_all_logs, open_eelf_logs, roll_file, open_file, close_file, ecomp_logger, stdout_logger
prog_name = os.path.basename(__file__)