diff src/protocols/msn/msn.c @ 4455:c7aae8902e5e

[gaim-migrate @ 4730] compile warning fixes committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 29 Jan 2003 00:19:07 +0000
parents 2afc0f845e74
children 23ff3690d291
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Tue Jan 28 22:36:58 2003 +0000
+++ b/src/protocols/msn/msn.c	Wed Jan 29 00:19:07 2003 +0000
@@ -1961,12 +1961,11 @@
 static void msn_login(struct aim_user *user)
 {
 	struct gaim_connection *gc = new_gaim_conn(user);
-	struct msn_data *md = gc->proto_data = g_new0(struct msn_data, 1);
 
 	set_login_progress(gc, 1, _("Connecting"));
 
 	g_snprintf(gc->username, sizeof(gc->username), "%s", msn_normalize(gc->username));
-	
+
 	if (proxy_connect(user->proto_opt[USEROPT_MSNSERVER][0] ? user->proto_opt[USEROPT_MSNSERVER] : MSN_SERVER, 
 			       user->proto_opt[USEROPT_MSNPORT][0] ? atoi(user->proto_opt[USEROPT_MSNPORT]) : MSN_PORT,
 			       msn_login_connect, gc) != 0) {