libfaim/login.c

changeset 1750
f2a0aa76d7ec
parent 1746
ee5112669395
child 1815
e2b090284b19
--- a/libfaim/login.c	Wed Apr 25 08:34:46 2001 +0000
+++ b/libfaim/login.c	Wed Apr 25 19:15:50 2001 +0000
@@ -768,7 +768,7 @@
   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)))

mercurial