src/oscar.c

changeset 1852
02bf5085ad8d
parent 1839
8ccb8f83aaab
child 1858
05326c8b90a8
--- 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;

mercurial