mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
2901542714
@ -516,7 +516,7 @@ bufferevent_socket_get_dns_error(struct bufferevent *bev)
|
|||||||
|
|
||||||
BEV_LOCK(bev);
|
BEV_LOCK(bev);
|
||||||
rv = bev_p->dns_error;
|
rv = bev_p->dns_error;
|
||||||
BEV_LOCK(bev);
|
BEV_UNLOCK(bev);
|
||||||
|
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user