diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-09-08 15:05:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-09-08 15:05:04 +0200 |
commit | c55997638f8833daec34d7f51b9ff6694620f6f8 (patch) | |
tree | b2beec42c5419aff2bb4f1662bedb33676da2eae /plugins/im3195/im3195.c | |
parent | e5d0f176fce7a96dbea164d13b4b549ecb424434 (diff) | |
download | rsyslog-c55997638f8833daec34d7f51b9ff6694620f6f8.tar.gz rsyslog-c55997638f8833daec34d7f51b9ff6694620f6f8.tar.bz2 rsyslog-c55997638f8833daec34d7f51b9ff6694620f6f8.zip |
added $InputRELPServerBindRuleset directive to specify rulesets for RELP
Diffstat (limited to 'plugins/im3195/im3195.c')
-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 4214ab95..3967372f 100644 --- a/plugins/im3195/im3195.c +++ b/plugins/im3195/im3195.c @@ -91,7 +91,7 @@ void OnReceive(srAPIObj __attribute__((unused)) *pMyAPI, srSLMGObj* pSLMG) srSLMGGetRawMSG(pSLMG, &pszRawMsg); parseAndSubmitMessage(fromHost, fromHostIP, pszRawMsg, strlen((char*)pszRawMsg), - PARSE_HOSTNAME, eFLOWCTL_FULL_DELAY, (uchar*)"im3195", NULL, 0); + PARSE_HOSTNAME, eFLOWCTL_FULL_DELAY, (uchar*)"im3195", NULL, 0, NULL); } |