mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-04 15:33:19 +00:00
Fix buggy set lazy mode function
This commit is contained in:
parent
85104a4088
commit
326da432c9
|
@ -198,8 +198,9 @@ client_set_selecttimeout(int select_timeout)
|
|||
}
|
||||
|
||||
void
|
||||
client_set_lazymode(int lazy_mode) {
|
||||
lazymode = lazymode;
|
||||
client_set_lazymode(int lazy_mode)
|
||||
{
|
||||
lazymode = lazy_mode;
|
||||
}
|
||||
|
||||
const char *
|
||||
|
|
Loading…
Reference in a new issue