]> andersk Git - libfaim.git/blobdiff - aim_search.c
- The week prior to Fri Jun 16 19:37:09 UTC 2000
[libfaim.git] / aim_search.c
index 0f18faf73ec7c12eadb11e26f14c53e2f506f3e3..d67d772af723d90419d82310716dd17b2eb6bf96 100644 (file)
@@ -17,7 +17,7 @@ u_long aim_usersearch_address(struct aim_session_t *sess,
   if (!address)
     return -1;
 
-  if (!(newpacket = aim_tx_new(0x0002, conn, 10+strlen(address))))
+  if (!(newpacket = aim_tx_new(AIM_FRAMETYPE_OSCAR, 0x0002, conn, 10+strlen(address))))
     return -1;
 
   newpacket->lock = 1;
This page took 0.036842 seconds and 4 git commands to generate.