From 5c7162879af11255aea4e6f6e1091a69ce14aff3 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 11 Mar 2011 15:47:41 +0100 Subject: testbench bugfix: tls test failed during make distcheck... ... due to wrong path the certificate files --- tests/tcpflood.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/tcpflood.c') 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) { -- cgit