From: mid Date: Wed, 25 Apr 2001 18:57:59 +0000 (+0000) Subject: - Wed Apr 25 11:51:39 PDT 2001 X-Git-Tag: rel_0_99_2~47 X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/commitdiff_plain/bb3e2abfc36bfeace7c115e337f9d2cce1aeac8f - Wed Apr 25 11:51:39 PDT 2001 - I think this was a bug. --- diff --git a/CHANGES b/CHANGES index 2632563..54f1194 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ No release numbers ------------------ + - Wed Apr 25 11:51:39 PDT 2001 + - I think this was a bug. + - Tue Apr 24 17:36:03 PDT 2001 - Let Eric generate the hash if he wants. diff --git a/src/login.c b/src/login.c index e7c1f66..98b8120 100644 --- a/src/login.c +++ b/src/login.c @@ -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)))