]> andersk Git - libfaim.git/commitdiff
Nod.
authormid <mid>
Sat, 17 Mar 2001 00:02:05 +0000 (00:02 +0000)
committermid <mid>
Sat, 17 Mar 2001 00:02:05 +0000 (00:02 +0000)
src/rxhandlers.c

index e9c09bff3c06f7ed375cc00ae648c5ba84742307..c0f09562fa81754db721df000271f8f6fa5b436b 100644 (file)
@@ -507,6 +507,11 @@ faim_export int aim_rxdispatch(struct aim_session_t *sess)
        workingPtr->handled = aim_callhandler_noparam(sess, workingPtr->conn, family, subtype, workingPtr);
 
       }
+
+      /* Try it raw and see if we can get it to happen... */
+      if (!workingPtr->handled) /* XXX this is probably bad. */
+       workingPtr->handled = aim_callhandler_noparam(sess, workingPtr->conn, family, subtype, workingPtr);
+
     }
   }
 
This page took 0.068631 seconds and 5 git commands to generate.