diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-31 12:54:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-31 12:54:03 +0000 |
commit | dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59 (patch) | |
tree | 367a3ffef20c89b20a42e9af396564a0d5e7666d /omfwd.c | |
parent | f02c825c9518f576a4447152fd024726193a7dec (diff) | |
download | rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.tar.gz rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.tar.xz rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.zip |
created omtesting, a debug and development aid output module. This is stage
work for the new queueing engine - we need a way to delay rule
execution and that's what the module currently does ;)
Diffstat (limited to 'omfwd.c')
-rw-r--r-- | omfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,7 +417,7 @@ CODESTARTdoAction CHKiRet(UDPSend(pData, psz, l)); } else { /* forward via TCP */ - int ret; + rsRetVal ret; ret = TCPSend(pData, psz, l, pData->tcp_framing, TCPSendInit, TCPSendFrame, TCPSendPrepRetry); if(ret != RS_RET_OK) { /* error! */ |