]> andersk Git - libfaim.git/blobdiff - src/login.c
- Wed Apr 25 11:51:39 PDT 2001
[libfaim.git] / src / login.c
index e7c1f6657f09124b97b73a4c22896600552171f3..98b81208947cb08a6aaffa99b5e076f9079ff894 100644 (file)
@@ -768,7 +768,7 @@ faim_export int aim_sendmemblock(struct aim_session_t *sess, struct aim_conn_t *
   struct command_tx_struct *tx;
   int i = 0;
 
-  if (!sess || !conn || ((offset == 0) && !buf))
+  if (!sess || !conn)
     return 0;
 
   if (!(tx = aim_tx_new(sess, conn, AIM_FRAMETYPE_OSCAR, 0x0002, 10+2+16)))
This page took 0.070893 seconds and 4 git commands to generate.