1
0
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:
Joris Vink 2016-04-28 07:56:04 +02:00
commit 6013f2a9d2

View File

@ -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;