mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
remove duplicate memset
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14230 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
743cb1306c
commit
d219386b15
@ -21,7 +21,6 @@ ESLconnection::ESLconnection(const char *host, const char *port, const char *pas
|
|||||||
ESLconnection::ESLconnection(int socket)
|
ESLconnection::ESLconnection(int socket)
|
||||||
{
|
{
|
||||||
connection_construct_common();
|
connection_construct_common();
|
||||||
memset(&handle, 0, sizeof(handle));
|
|
||||||
esl_attach_handle(&handle, (esl_socket_t)socket, NULL);
|
esl_attach_handle(&handle, (esl_socket_t)socket, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user