mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
Fix buggy set lazy mode function
This commit is contained in:
parent
8692c7f759
commit
b6d154938f
|
@ -198,8 +198,9 @@ client_set_selecttimeout(int select_timeout)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
client_set_lazymode(int lazy_mode) {
|
client_set_lazymode(int lazy_mode)
|
||||||
lazymode = lazymode;
|
{
|
||||||
|
lazymode = lazy_mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
|
Loading…
Reference in a new issue