--- 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);
}