comparison libpurple/protocols/msn/msn.c @ 20399:6f986caeab59

merge of 'b4911943cba6f29cf0694dfd563cac17612236dc' and 'c28931a50bfa21e0be81777bcd91fdeab9116d77'
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 04:29:56 +0000
parents 60bc06498746 4a099e4d0d09
children 7c0a2ef88018
comparison
equal deleted inserted replaced
19797:60bc06498746 20399:6f986caeab59
449 449
450 session = gc->proto_data; 450 session = gc->proto_data;
451 451
452 xfer = purple_xfer_new(gc->account, PURPLE_XFER_SEND, who); 452 xfer = purple_xfer_new(gc->account, PURPLE_XFER_SEND, who);
453 453
454 slplink = msn_session_get_slplink(session, who); 454 if (xfer)
455 455 {
456 xfer->data = slplink; 456 slplink = msn_session_get_slplink(session, who);
457 457
458 purple_xfer_set_init_fnc(xfer, t_msn_xfer_init); 458 xfer->data = slplink;
459
460 purple_xfer_set_init_fnc(xfer, t_msn_xfer_init);
461 }
459 462
460 return xfer; 463 return xfer;
461 } 464 }
462 465
463 static void 466 static void