]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove duplicate memset
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 13 Jul 2009 23:34:22 +0000 (23:34 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 13 Jul 2009 23:34:22 +0000 (23:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14230 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/src/esl_oop.cpp

index 2be1e880104a2defc7c3b03d00749cfb894ffca4..0aef159838ebbba85589fcce21ba5e54086db42c 100644 (file)
@@ -21,7 +21,6 @@ ESLconnection::ESLconnection(const char *host, const char *port, const char *pas
 ESLconnection::ESLconnection(int socket)
 {
        connection_construct_common();
-       memset(&handle, 0, sizeof(handle));
        esl_attach_handle(&handle, (esl_socket_t)socket, NULL);
 }