diff src/protocols/msn/switchboard.c @ 9218:08e7ccb4610d

[gaim-migrate @ 10014] (13:27:46) nosnilmot: someone apply this before we have another gcc 2.x broken release : http://www.nosnilmot.com/patches/gaim-0.79cvs-msn-c99isms.patch (13:28:02) LSchiere: because we are so close to releaseing ;-) (13:28:19) nosnilmot: LSchiere: yeah, 15 minutes right? ;-) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 06 Jun 2004 17:28:52 +0000
parents ab6636c5a136
children 997c28571364
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c	Sun Jun 06 17:18:27 2004 +0000
+++ b/src/protocols/msn/switchboard.c	Sun Jun 06 17:28:52 2004 +0000
@@ -824,9 +824,9 @@
 got_swboard(MsnCmdProc *cmdproc, MsnCommand *cmd)
 {
 	MsnSwitchBoard *swboard;
-	swboard = cmd->trans->data;
 	char *host;
 	int port;
+	swboard = cmd->trans->data;
 
 	msn_switchboard_set_auth_key(swboard, cmd->params[4]);