]> git.kaiwu.me - nginx.git/commit
Events: fixed copying of old events in poll init.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 24 Jan 2019 18:50:37 +0000 (21:50 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 24 Jan 2019 18:50:37 +0000 (21:50 +0300)
commit3dcad9c5d6c96c35881b1790555f702027d7c1bb
treed9b0b18f2fa98654e9b74f1c98305b108f8814a1
parent12645b46e96426719ce96426239e45cfd93ed90c
Events: fixed copying of old events in poll init.

Previously, the code incorrectly assumed "ngx_event_t *" elements
instead of "struct pollfd".

This is mostly cosmetic change, as this code is never called now.
src/event/modules/ngx_poll_module.c