mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-22 06:15:14 +00:00
parent
ef12f43c60
commit
9b685ecbb9
3
extend.c
3
extend.c
@ -331,7 +331,8 @@ int on_desync_again(struct poolhd *pool,
|
|||||||
struct eval *val, char *buffer, size_t bfsize)
|
struct eval *val, char *buffer, size_t bfsize)
|
||||||
{
|
{
|
||||||
if (val->flag == FLAG_CONN) {
|
if (val->flag == FLAG_CONN) {
|
||||||
if (mod_etype(pool, val, POLLIN)) {
|
if (mod_etype(pool, val, POLLIN) ||
|
||||||
|
mod_etype(pool, val->pair, POLLIN)) {
|
||||||
uniperror("mod_etype");
|
uniperror("mod_etype");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user