mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
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:
parent
58636d9db1
commit
fc330804ff
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user