comparison src/event/modules/ngx_devpoll_module.c @ 5172:a4d21534cbf4

Events: fixed typos in two previous commits.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 12 Apr 2013 17:31:08 +0000
parents 6362bd26e4b0
children 6b479db5b52b
comparison
equal deleted inserted replaced
5171:98cbd8f92c87 5172:a4d21534cbf4
512 } else { 512 } else {
513 instance = rev->instance; 513 instance = rev->instance;
514 514
515 rev->handler(rev); 515 rev->handler(rev);
516 516
517 if (c->fd == -1 || wev->instance != instance) { 517 if (c->fd == -1 || rev->instance != instance) {
518 continue; 518 continue;
519 } 519 }
520 } 520 }
521 } 521 }
522 522