- Fixed an inverted assertion soc.2007.certmgr

Wed, 27 Jun 2007 01:09:43 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Wed, 27 Jun 2007 01:09:43 +0000
branch
soc.2007.certmgr
changeset 18479
a38ca6794f6f
parent 18478
c0bcea06a09e
child 18480
42936c867fee

- Fixed an inverted assertion

libpurple/certificate.c file | annotate | diff | comparison | revisions
--- a/libpurple/certificate.c	Wed Jun 27 00:22:40 2007 +0000
+++ b/libpurple/certificate.c	Wed Jun 27 01:09:43 2007 +0000
@@ -60,7 +60,7 @@
 
 	/* Check that at least the first cert in the chain matches the
 	   Verifier scheme */
-	g_return_if_fail(scheme !=
+	g_return_if_fail(scheme ==
 			 ((PurpleCertificate *) (cert_chain->data))->scheme);
 
 	/* Construct and fill in the request fields */

mercurial