Mercurial > pidgin
comparison libpurple/protocols/msn/directconn.c @ 30043:97942038af05
Obviously, if this comparison fails, I should be returning FALSE.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 25 Apr 2010 23:15:32 +0000 |
parents | 4dc2e7aadffe |
children | 87854e2529a0 |
comparison
equal
deleted
inserted
replaced
30042:4dc2e7aadffe | 30043:97942038af05 |
---|---|
713 purple_debug_warning("msn", | 713 purple_debug_warning("msn", |
714 "Received nonce %s from buddy request " | 714 "Received nonce %s from buddy request " |
715 "and calculated nonce %s from DC attempt. " | 715 "and calculated nonce %s from DC attempt. " |
716 "Nonces don't match, ignoring direct connection\n", | 716 "Nonces don't match, ignoring direct connection\n", |
717 dc->remote_nonce, nonce_hash); | 717 dc->remote_nonce, nonce_hash); |
718 return TRUE; | 718 return FALSE; |
719 } | 719 } |
720 } | 720 } |
721 | 721 |
722 static void | 722 static void |
723 msn_dc_send_packet_cb(MsnDirectConnPacket *p) | 723 msn_dc_send_packet_cb(MsnDirectConnPacket *p) |