diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-22 10:08:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-22 10:08:10 +0200 |
commit | 162c9e91e970cc9475bc86ffd00fd1d939e1e487 (patch) | |
tree | 758b108b20eb989d72b0f849c534b6f6af2035b6 /plugins/im3195 | |
parent | df35bb49f56dacb0d26b2e3add694e3790a6a7ea (diff) | |
download | rsyslog-162c9e91e970cc9475bc86ffd00fd1d939e1e487.tar.gz rsyslog-162c9e91e970cc9475bc86ffd00fd1d939e1e487.tar.xz rsyslog-162c9e91e970cc9475bc86ffd00fd1d939e1e487.zip |
preparing for 3.21.6v3.21.6
plus solving a compile problem for im3195 (which is not used
in practice, thus this did not show up before...)
Diffstat (limited to 'plugins/im3195')
-rw-r--r-- | plugins/im3195/im3195.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/im3195/im3195.c b/plugins/im3195/im3195.c index 32dd8dc1..1c2502fe 100644 --- a/plugins/im3195/im3195.c +++ b/plugins/im3195/im3195.c @@ -83,7 +83,7 @@ void OnReceive(srAPIObj __attribute__((unused)) *pMyAPI, srSLMGObj* pSLMG) srSLMGGetRawMSG(pSLMG, &pszRawMsg); parseAndSubmitMessage(fromHost, fromHostIP, pszRawMsg, strlen((char*)pszRawMsg), - MSG_PARSE_HOSTNAME, NOFLAG, eFLOWCTL_FULL_DELAY); + MSG_PARSE_HOSTNAME, NOFLAG, eFLOWCTL_FULL_DELAY, (uchar*)"im3195"); } |