Mercurial > pidgin.yaz
comparison libpurple/protocols/msn/directconn.c @ 31543:089a9825076c
Oops, this shouldn't be in here.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 05 Jan 2011 04:43:41 +0000 |
parents | b55b3d34846c |
children | 5de2d1b3669c |
comparison
equal
deleted
inserted
replaced
31542:120703c0a0dd | 31543:089a9825076c |
---|---|
589 | 589 |
590 dc->state = DC_STATE_ESTABLISHED; | 590 dc->state = DC_STATE_ESTABLISHED; |
591 | 591 |
592 msn_slpcall_session_init(dc->slpcall); | 592 msn_slpcall_session_init(dc->slpcall); |
593 dc->slpcall = NULL; | 593 dc->slpcall = NULL; |
594 msn_dc_send_foo(dc); | |
595 break; | 594 break; |
596 | 595 |
597 case DC_STATE_ESTABLISHED: | 596 case DC_STATE_ESTABLISHED: |
598 if (packet_length) { | 597 if (packet_length) { |
599 part = msn_slpmsgpart_new_from_data(dc->in_buffer + 4, packet_length); | 598 part = msn_slpmsgpart_new_from_data(dc->in_buffer + 4, packet_length); |