mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-10 08:38:08 +00:00
wrap struct rlimit in HAVE_GETRLIMIT too
This commit is contained in:
parent
f283a6c2e0
commit
e7d0a285db
@ -1491,7 +1491,9 @@ process_extended_limits(u_int32_t id)
|
||||
struct sshbuf *msg;
|
||||
int r;
|
||||
uint64_t nfiles = 0;
|
||||
#ifdef HAVE_GETRLIMIT
|
||||
struct rlimit rlim;
|
||||
#endif
|
||||
|
||||
debug("request %u: limits", id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user