diff src/protocols/msn/msn.c @ 2303:f5bf315e6104

[gaim-migrate @ 2313] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 17 Sep 2001 23:25:10 +0000
parents 0b5c3338fa3d
children 019832e79d9f
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Mon Sep 17 23:06:22 2001 +0000
+++ b/src/protocols/msn/msn.c	Mon Sep 17 23:25:10 2001 +0000
@@ -1202,7 +1202,7 @@
 		if (msn_write(md->fd, buf, strlen(buf)) < 0) {
 			hide_login_progress(gc, "Write error");
 			signoff(gc);
-			return 0;
+			return 1;
 		}
 
 		ms = g_new0(struct msn_switchboard, 1);
@@ -1214,7 +1214,7 @@
 	} else
 		/* in msn you can't send messages to yourself, so we'll fake like we received it ;) */
 		serv_got_im(gc, who, message, flags | IM_FLAG_GAIMUSER, time(NULL));
-	return 0;
+	return 1;
 }
 
 static int msn_chat_send(struct gaim_connection *gc, int id, char *message)