diff -r 18050336a45f -r 1c9bdf8d3e85 libpurple/protocols/zephyr/ZPending.c --- a/libpurple/protocols/zephyr/ZPending.c Fri Dec 11 01:48:49 2020 -0600 +++ b/libpurple/protocols/zephyr/ZPending.c Fri Dec 11 04:12:45 2020 -0600 @@ -15,7 +15,7 @@ { int retval; - if (ZGetFD() < 0) { + if (ZGetSocket() == NULL) { errno = ZERR_NOPORT; return (-1); }