diff options
author | Bojan Smojver <bojan@rexursive.com> | 2011-02-23 11:25:43 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-02-23 11:25:43 +0100 |
commit | d1eb6e0edc51a78f3209448e800b25eda50340f2 (patch) | |
tree | 6d81c1de98eb0c77affaa2f112b5a0628f54ebc3 /plugins/omtemplate | |
parent | ee065f1cb55be56da6ed12b35cd0e686abcb3a10 (diff) | |
download | rsyslog-d1eb6e0edc51a78f3209448e800b25eda50340f2.tar.gz rsyslog-d1eb6e0edc51a78f3209448e800b25eda50340f2.tar.xz rsyslog-d1eb6e0edc51a78f3209448e800b25eda50340f2.zip |
added work-around for bug in gtls, which causes fd leak when using TLS
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'plugins/omtemplate')
-rw-r--r-- | plugins/omtemplate/omtemplate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omtemplate/omtemplate.c b/plugins/omtemplate/omtemplate.c index 5577f8c6..1472ebeb 100644 --- a/plugins/omtemplate/omtemplate.c +++ b/plugins/omtemplate/omtemplate.c @@ -45,6 +45,7 @@ #include "cfsysline.h" MODULE_TYPE_OUTPUT +MODULE_TYPE_NOKEEP /* internal structures */ |