# HG changeset patch # User Paul Aurich # Date 1249152662 0 # Node ID c72d171565c42e28634a147cd231779a9695832c # Parent 6187a40eea572f093d94934ec6191958ebffbdef cert: Fix a reversed check. Oops. diff -r 6187a40eea57 -r c72d171565c4 libpurple/certificate.c --- a/libpurple/certificate.c Sat Aug 01 05:31:59 2009 +0000 +++ b/libpurple/certificate.c Sat Aug 01 18:51:02 2009 +0000 @@ -1375,7 +1375,7 @@ return; } /* if (name mismatch) */ - if (had_ca_pool) { + if (!had_ca_pool) { /* The subject name is correct, but we weren't able to verify the * chain because there was no pool of root CAs found. Prompt the user * to validate it.