]> andersk Git - libfaim.git/blobdiff - src/stats.c
- Sat Mar 24 03:16:32 UTC 2001
[libfaim.git] / src / stats.c
index 4f7f74190e9df123d7fa02f800d51765459f2b65..65dd009ff01d0cda5380383e44b380969a28ed61 100644 (file)
@@ -18,14 +18,7 @@ static int reportinterval(struct aim_session_t *sess, aim_module_t *mod, struct
 static int snachandler(struct aim_session_t *sess, aim_module_t *mod, struct command_rx_struct *rx, aim_modsnac_t *snac, unsigned char *data, int datalen)
 {
 
-  faimdprintf(sess, 0, "%s: snachandler: got %x/%x\n", mod->name, snac->family, snac->subtype);
-
-  if (snac->family != mod->family)
-    return 0;
-
-  if (snac->subtype == 0x0001)
-    ;
-  else if (snac->subtype == 0x0002)
+  if (snac->subtype == 0x0002)
     return reportinterval(sess, mod, rx, snac, data, datalen);
 
   return 0;
This page took 0.068792 seconds and 4 git commands to generate.