--------------------- PatchSet 11557 Date: 2007/08/12 10:30:58 Author: serassio Branch: HEAD Tag: (none) Log: Fixed typo in previous commit (forgotten to remove a no more needed line) Members: src/tools.c:1.256->1.257 Index: squid/src/tools.c =================================================================== RCS file: /cvsroot/squid/squid/src/tools.c,v retrieving revision 1.256 retrieving revision 1.257 diff -u -r1.256 -r1.257 --- squid/src/tools.c 12 Aug 2007 09:32:57 -0000 1.256 +++ squid/src/tools.c 12 Aug 2007 10:30:58 -0000 1.257 @@ -1,6 +1,6 @@ /* - * $Id: tools.c,v 1.256 2007/08/12 09:32:57 serassio Exp $ + * $Id: tools.c,v 1.257 2007/08/12 10:30:58 serassio Exp $ * * DEBUG: section 21 Misc Functions * AUTHOR: Harvest Derived @@ -798,7 +798,6 @@ /* RLIMIT_NOFILE doesn't work on Cygwin */ #if HAVE_SETRLIMIT && defined(RLIMIT_NOFILE) && !defined(_SQUID_CYGWIN_) /* limit system filedescriptors to our own limit */ - struct rlimit rl; if (getrlimit(RLIMIT_NOFILE, &rl) < 0) { debug(50, 0) ("setrlimit: RLIMIT_NOFILE: %s\n", xstrerror()); } else {