summaryrefslogtreecommitdiffstats
path: root/plugins/omsnmp
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-14 17:47:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-14 17:47:47 +0000
commit15904a35388aafcda76ed44caab9222619901dd4 (patch)
tree127345ed0395a993eee6b8993a31ef2f81175b5a /plugins/omsnmp
parent4e7434ef98cc77f9cb49f628c1250195312590dd (diff)
downloadrsyslog-15904a35388aafcda76ed44caab9222619901dd4.tar.gz
rsyslog-15904a35388aafcda76ed44caab9222619901dd4.tar.xz
rsyslog-15904a35388aafcda76ed44caab9222619901dd4.zip
created an initial version of omlibdbi (does not yet work)
Diffstat (limited to 'plugins/omsnmp')
-rw-r--r--plugins/omsnmp/omsnmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/omsnmp/omsnmp.c b/plugins/omsnmp/omsnmp.c
index 72a40d1c..948ae552 100644
--- a/plugins/omsnmp/omsnmp.c
+++ b/plugins/omsnmp/omsnmp.c
@@ -323,9 +323,6 @@ ENDfreeInstance
BEGINparseSelectorAct
CODESTARTparseSelectorAct
CODE_STD_STRING_REQUESTparseSelectorAct(1)
- /* code here is quick and dirty - if you like, clean it up. But keep
- * in mind it is just a testing aid ;) -- rgerhards, 2007-12-31
- */
if(!strncmp((char*) p, ":omsnmp:", sizeof(":omsnmp:") - 1)) {
p += sizeof(":omsnmp:") - 1; /* eat indicator sequence (-1 because of '\0'!) */
} else {