mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
remove too agressive assert
svn:r765
This commit is contained in:
parent
181007b9cf
commit
a83caa6b29
3
evrpc.c
3
evrpc.c
@ -1032,6 +1032,5 @@ struct evhttp_connection *
|
|||||||
evrpc_hook_get_connection(void *ctx)
|
evrpc_hook_get_connection(void *ctx)
|
||||||
{
|
{
|
||||||
struct evrpc_request_wrapper *req = ctx;
|
struct evrpc_request_wrapper *req = ctx;
|
||||||
assert(req->hook_meta != NULL);
|
return (req->hook_meta != NULL ? req->hook_meta->evcon : NULL);
|
||||||
return (req->hook_meta->evcon);
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user