diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-08-26 18:42:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-08-26 18:42:45 +0200 |
commit | c8ac47b5895526b524551c9810ad39f086ee76ca (patch) | |
tree | 909f7f93a95d3d3940789ac247bfc115f1112dd8 /plugins/imtcp | |
parent | cb50245748ebcb3c37537fbf79213a650f8dd06b (diff) | |
parent | a5abbddb5c04b95a6e51a93f71516cee280c54c4 (diff) | |
download | rsyslog-c8ac47b5895526b524551c9810ad39f086ee76ca.tar.gz rsyslog-c8ac47b5895526b524551c9810ad39f086ee76ca.tar.bz2 rsyslog-c8ac47b5895526b524551c9810ad39f086ee76ca.zip |
Merge branch 'v7-stable'
Diffstat (limited to 'plugins/imtcp')
-rw-r--r-- | plugins/imtcp/imtcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imtcp/imtcp.c b/plugins/imtcp/imtcp.c index 2d9761cb..d2a0e565 100644 --- a/plugins/imtcp/imtcp.c +++ b/plugins/imtcp/imtcp.c @@ -138,7 +138,7 @@ static struct cnfparamdescr modpdescr[] = { { "disablelfdelimiter", eCmdHdlrBinary, 0 }, { "octetcountedframing", eCmdHdlrBinary, 0 }, { "notifyonconnectionclose", eCmdHdlrBinary, 0 }, - { "addtlframedelimiter", eCmdHdlrPositiveInt, 0 }, + { "addtlframedelimiter", eCmdHdlrNonNegInt, 0 }, { "maxsessions", eCmdHdlrPositiveInt, 0 }, { "maxlistners", eCmdHdlrPositiveInt, 0 }, { "maxlisteners", eCmdHdlrPositiveInt, 0 }, |