diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 13:40:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 13:40:04 +0200 |
commit | 43c45bfebcc672d6fbec2d4d659609d1ea48eda6 (patch) | |
tree | 0a8ad82a7e71af7a77cf59b3c58708e915d316bb /plugins/imdiag | |
parent | 23dac82b684e966490de707a44144b3ad0ce2323 (diff) | |
download | rsyslog-43c45bfebcc672d6fbec2d4d659609d1ea48eda6.tar.gz rsyslog-43c45bfebcc672d6fbec2d4d659609d1ea48eda6.tar.xz rsyslog-43c45bfebcc672d6fbec2d4d659609d1ea48eda6.zip |
fixed problem in syslog-protocol (now RFC5424) parser
... as well as some other minor issues.
Diffstat (limited to 'plugins/imdiag')
-rw-r--r-- | plugins/imdiag/imdiag.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/imdiag/imdiag.c b/plugins/imdiag/imdiag.c index 3cd2dcf8..77e99236 100644 --- a/plugins/imdiag/imdiag.c +++ b/plugins/imdiag/imdiag.c @@ -1,3 +1,5 @@ +#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 @@ -191,6 +193,7 @@ CODEmodInit_QueryRegCFSLineHdlr resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID)); #endif ENDmodInit +#endif /* vim:set ai: |