forked from Mirrors/freeswitch
whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8651 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
443c97919e
commit
2f88e7a03c
@ -189,7 +189,6 @@ int su_wait_destroy(su_wait_t *waitobj)
|
||||
if (*waitobj)
|
||||
WSACloseEvent(*waitobj);
|
||||
#else
|
||||
su_wait_t w0 = NULL;
|
||||
su_wait_t w0 = { INVALID_SOCKET, 0, 0 };
|
||||
assert(waitobj != NULL);
|
||||
*waitobj = w0;
|
||||
|
Loading…
Reference in New Issue
Block a user