libpurple/certificate.c

changeset 28068
a47820a26c93
parent 28034
89cf6b379425
child 28090
e14f8adfbb99
child 28266
4f065db2b39e
equal deleted inserted replaced
28067:086aa4d8d4a4 28068:a47820a26c93
1373 1373
1374 g_free(sn); 1374 g_free(sn);
1375 return; 1375 return;
1376 } /* if (name mismatch) */ 1376 } /* if (name mismatch) */
1377 1377
1378 if (had_ca_pool) { 1378 if (!had_ca_pool) {
1379 /* The subject name is correct, but we weren't able to verify the 1379 /* The subject name is correct, but we weren't able to verify the
1380 * chain because there was no pool of root CAs found. Prompt the user 1380 * chain because there was no pool of root CAs found. Prompt the user
1381 * to validate it. 1381 * to validate it.
1382 */ 1382 */
1383 1383

mercurial