]> andersk Git - libfaim.git/blobdiff - utils/faimtest/faimtest.c
- Tue Apr 24 17:36:03 PDT 2001
[libfaim.git] / utils / faimtest / faimtest.c
index b5d90767c359578d25a538ab4814ee3bd4215fca..f01d265a6840630f90204e0968c16c0e98af2feb 100644 (file)
@@ -881,13 +881,13 @@ static int faimtest_memrequest(struct aim_session_t *sess, struct command_rx_str
 
   if (aimbinarypath && (getaimdata(buf, len, offset, modname) == len)) {
 
-    aim_sendmemblock(sess, command->conn, offset, len, buf);
+    aim_sendmemblock(sess, command->conn, offset, len, buf, AIM_SENDMEMBLOCK_FLAG_ISREQUEST);
 
   } else {
 
     dvprintf("memrequest: unable to use AIM binary (\"%s/%s\"), sending defaults...\n", aimbinarypath, modname);
 
-    aim_sendmemblock(sess, command->conn, offset, len, NULL);
+    aim_sendmemblock(sess, command->conn, offset, len, NULL, AIM_SENDMEMBLOCK_FLAG_ISREQUEST);
 
   }
 
This page took 0.264393 seconds and 4 git commands to generate.