changeset 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
files libpurple/protocols/msn/directconn.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/directconn.c	Sat Apr 24 20:39:06 2010 +0000
+++ b/libpurple/protocols/msn/directconn.c	Sun Apr 25 23:15:32 2010 +0000
@@ -715,7 +715,7 @@
 				"and calculated nonce %s from DC attempt. "
 				"Nonces don't match, ignoring direct connection\n",
 				dc->remote_nonce, nonce_hash);
-		return TRUE;
+		return FALSE;
 	}
 }