changeset 1852:15a415b5f08c

[gaim-migrate @ 1862] this is just temporary committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 16 May 2001 19:04:30 +0000
parents 97a097e00139
children c5b895edf254
files src/oscar.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/oscar.c	Wed May 16 10:34:39 2001 +0000
+++ b/src/oscar.c	Wed May 16 19:04:30 2001 +0000
@@ -703,6 +703,7 @@
 				AIM_SENDMEMBLOCK_FLAG_ISREQUEST);
 		return 1;
 	}
+	/*
 	if (offset > AIM_MAX_FILE_SIZE || len > AIM_MAX_FILE_SIZE) {
 		char buf[8];
 		buf[0] = offset & 0xff;
@@ -717,6 +718,7 @@
 		aim_sendmemblock(sess, command->conn, offset, 8, buf, AIM_SENDMEMBLOCK_FLAG_ISREQUEST);
 		return 1;
 	}
+	*/
 
 	pos = g_new0(struct pieceofcrap, 1);
 	pos->gc = sess->aux_data;