mirror of
https://git.kore.io/kore.git
synced 2024-11-15 22:46:21 +01:00
Merge pull request #121 from rtprio/rlimt-mismatch
If we're iterating over rlimits, we should use rlim_t.
This commit is contained in:
commit
6013f2a9d2
@ -202,7 +202,7 @@ kore_worker_dispatch_signal(int sig)
|
||||
void
|
||||
kore_worker_entry(struct kore_worker *kw)
|
||||
{
|
||||
size_t fd;
|
||||
rlim_t fd;
|
||||
struct rlimit rl;
|
||||
char buf[16];
|
||||
int quit, had_lock, r;
|
||||
|
Loading…
Reference in New Issue
Block a user