summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-29 14:31:50 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-29 14:31:50 +0200
commiteafafc63597a600fceda5ac9ada90acd6e2f037e (patch)
tree8774c255304441959c0e32af482351351a02c75a
parent53fc3b9af9d257db5ad7b0f8019569e36dc35ce4 (diff)
downloadrsyslog-eafafc63597a600fceda5ac9ada90acd6e2f037e.tar.gz
rsyslog-eafafc63597a600fceda5ac9ada90acd6e2f037e.tar.xz
rsyslog-eafafc63597a600fceda5ac9ada90acd6e2f037e.zip
fix: import from beta accidently disable imdiag
-rw-r--r--plugins/imdiag/imdiag.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/imdiag/imdiag.c b/plugins/imdiag/imdiag.c
index 129241fa..c700cab7 100644
--- a/plugins/imdiag/imdiag.c
+++ b/plugins/imdiag/imdiag.c
@@ -1,5 +1,3 @@
-#warning "imdiag is NOT supported in this version of rsyslog"
-#if 0
/* imdiag.c
* This is a diagnostics module, primarily meant for troubleshooting
* and information about the runtime state of rsyslog. It is implemented
@@ -459,7 +457,6 @@ CODEmodInit_QueryRegCFSLineHdlr
CHKiRet(omsdRegCFSLineHdlr(UCHAR_CONSTANT("resetconfigvariables"), 1, eCmdHdlrCustomHandler,
resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID));
ENDmodInit
-#endif
/* vim:set ai: