From e5615aa7a381f3f1a852d352d264b77ebc720006 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sun, 16 Nov 2014 00:29:19 +0300 Subject: be: replace conn_address by full struct instead of pointer --- bufferevent-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bufferevent-internal.h') diff --git a/bufferevent-internal.h b/bufferevent-internal.h index ac32384c..d2fea232 100644 --- a/bufferevent-internal.h +++ b/bufferevent-internal.h @@ -213,7 +213,7 @@ struct bufferevent_private { * So we need to save it, just after we connected to remote server, or * after resolving (to avoid extra dns requests during retrying, since UDP * is slow) */ - struct sockaddr_storage *conn_address; + struct sockaddr_storage conn_address; }; /** Possible operations for a control callback. */ -- cgit v1.2.1