mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-19 00:24:35 +00:00
Remove unused variables from RLIMIT_NOFILE test.
This commit is contained in:
parent
35e82e62c1
commit
34e87fb5d9
@ -3342,8 +3342,7 @@ AC_RUN_IFELSE(
|
||||
#include <stdlib.h>
|
||||
]],[[
|
||||
struct rlimit rl_zero;
|
||||
int fd, r;
|
||||
fd_set fds;
|
||||
int r;
|
||||
|
||||
rl_zero.rlim_cur = rl_zero.rlim_max = 0;
|
||||
r = setrlimit(RLIMIT_NOFILE, &rl_zero);
|
||||
|
Loading…
Reference in New Issue
Block a user