diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-10 18:41:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-10 18:41:43 +0200 |
commit | 7c0f8bf6c1413ab10015f656104cc3a42bea8907 (patch) | |
tree | cfdd82d9cca0ce4a9d29b64966a1b32442c85df5 /runtime/rule.c | |
parent | 9fd578a8683813fe461b0b303ad23b9ee4f56ebc (diff) | |
parent | d3bb43798c95f9d95f9e031387f4aedd814c34ab (diff) | |
download | rsyslog-7c0f8bf6c1413ab10015f656104cc3a42bea8907.tar.gz rsyslog-7c0f8bf6c1413ab10015f656104cc3a42bea8907.tar.bz2 rsyslog-7c0f8bf6c1413ab10015f656104cc3a42bea8907.zip |
Merge branch 'master-newruleset'
Diffstat (limited to 'runtime/rule.c')
-rw-r--r-- | runtime/rule.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rule.c b/runtime/rule.c index 6d14199b..67ecd077 100644 --- a/runtime/rule.c +++ b/runtime/rule.c @@ -44,6 +44,7 @@ DEFobjStaticHelpers DEFobjCurrIf(errmsg) +#if 0 /* support for simple textual representation of FIOP names * rgerhards, 2005-09-27 */ @@ -76,6 +77,7 @@ getFIOPName(unsigned iFIOP) } return pRet; } +#endif /* iterate over all actions, this is often needed, for example when HUP processing |