mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 20:50:42 +01:00
Merge branch 'v4-stable' into v4-devel
This commit is contained in:
commit
650f537761
@ -49,6 +49,8 @@ Version 4.6.3 [v4-stable] (rgerhards), 2010-04-??
|
||||
robustness
|
||||
- added new configure option that permits to disable and enable an
|
||||
extended testbench
|
||||
- bugfix: segfault on HUP when "HUPIsRestart" was set to "on"
|
||||
thanks varmojfekoj for the patch
|
||||
- bugfix: default for $OMFileFlushOnTXEnd was wrong ("off").
|
||||
This, in default mode, caused buffered writing to be used, what
|
||||
means that it looked like no output were written or partial
|
||||
|
||||
@ -348,6 +348,7 @@ destructAllActions(void)
|
||||
|
||||
CHKiRet(llDestroy(&llRulesets));
|
||||
CHKiRet(llInit(&llRulesets, rulesetDestructForLinkedList, keyDestruct, strcasecmp));
|
||||
pDfltRuleset = NULL;
|
||||
|
||||
finalize_it:
|
||||
RETiRet;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user