changeset 2764:b8967c961056

[gaim-migrate @ 2777] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 12:23:40 +0000
parents 477a035d81e5
children dfd9705bc750
files src/protocols/oscar/aim.h src/protocols/oscar/ft.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Mon Nov 19 12:03:38 2001 +0000
+++ b/src/protocols/oscar/aim.h	Mon Nov 19 12:23:40 2001 +0000
@@ -778,6 +778,7 @@
 			fu8_t *icon;
 		} icon;
 		struct {
+			fu8_t junk;
 		} voice;
 		struct {
 			fu8_t ip[22]; /* xxx.xxx.xxx.xxx:xxxxx\0 */
@@ -793,6 +794,7 @@
 			unsigned char *cookie;
 		} getfile;
 		struct {
+			fu8_t junk;
 		} sendfile;
 	} info;
 };
--- a/src/protocols/oscar/ft.c	Mon Nov 19 12:03:38 2001 +0000
+++ b/src/protocols/oscar/ft.c	Mon Nov 19 12:23:40 2001 +0000
@@ -99,7 +99,7 @@
 			ret = userfunc(sess, NULL, newconn, cur);
 #endif
 	} else { 
-		faimdprintf(sess, 1,"Got a Connection on a listener that's not Rendezvous(??!) Closing conn.\n");
+		faimdprintf(sess, 1, "Got a Connection on a listener that's not Rendezvous.\n");
 		aim_conn_close(newconn);
 		ret = -1;
 	}