thats not a real fd, it's a switch_socket_t *

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4267 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-14 19:31:58 +00:00
parent 58636d9db1
commit fc330804ff

View File

@ -646,7 +646,7 @@ static int woomera_message_parse(switch_socket_t *fd, woomera_message * wmsg, in
memset(wmsg, 0, sizeof(woomera_message));
if (fd < 0) {
if (!fd) {
return -1;
}