--- gaim-0.52/src/protocols/zephyr/zephyr.h.old	Thu Jun  6 09:20:04 2002
+++ gaim-0.52/src/protocols/zephyr/zephyr.h	Thu Jun  6 09:22:12 2002
@@ -62,7 +62,7 @@
 
 /* Packet type */
 typedef enum {
-    UNSAFE, UNACKED, ACKED, HMACK, HMCTL, SERVACK, SERVNAK, CLIENTACK, STAT
+    UNSAFE, UNACKED, ACKED, HMACK, HMCTL, SERVACK, SERVNAK, CLIENTACK, XSTAT 
 } ZNotice_Kind_t;
 extern ZCONST char *ZNoticeKinds[9];
 
--- gaim-0.52/src/protocols/zephyr/ZhmStat.c.old	Wed Oct  3 14:38:28 2001
+++ gaim-0.52/src/protocols/zephyr/ZhmStat.c	Thu Jun  6 09:34:57 2002
@@ -41,7 +41,7 @@
 	sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
 
     (void) memset((char *)&req, 0, sizeof(req));
-    req.z_kind = STAT;
+    req.z_kind = XSTAT;
     req.z_port = 0;
     req.z_class = HM_STAT_CLASS;
     req.z_class_inst = HM_STAT_CLIENT;
