summaryrefslogtreecommitdiffstats
path: root/tests/tcpflood.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-11 15:47:41 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-11 15:47:41 +0100
commit5c7162879af11255aea4e6f6e1091a69ce14aff3 (patch)
tree3f1d3b2f1a7d21e0b5c7dcdca42eff05d790876a /tests/tcpflood.c
parent804cbee541f24f61be41d6405754bf082da288a0 (diff)
downloadrsyslog-5c7162879af11255aea4e6f6e1091a69ce14aff3.tar.gz
rsyslog-5c7162879af11255aea4e6f6e1091a69ce14aff3.tar.xz
rsyslog-5c7162879af11255aea4e6f6e1091a69ce14aff3.zip
testbench bugfix: tls test failed during make distcheck...
... due to wrong path the certificate files
Diffstat (limited to 'tests/tcpflood.c')
-rw-r--r--tests/tcpflood.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcpflood.c b/tests/tcpflood.c
index d72a4fe4..49b1e9e6 100644
--- a/tests/tcpflood.c
+++ b/tests/tcpflood.c
@@ -924,7 +924,6 @@ int main(int argc, char *argv[])
* connections, we need to make sure we have a high enough
* limit. -- rgerhards, 2010-03-25
*/
- struct rlimit maxFiles;
maxFiles.rlim_cur = numConnections + 20;
maxFiles.rlim_max = numConnections + 20;
if(setrlimit(RLIMIT_NOFILE, &maxFiles) < 0) {