Mercurial > pidgin
changeset 27764:4a213a2b3d3d
cert: Nevermind, not going to change that string.
Trying to cram both the fact the user has no db of root certificates
*and* that the subject name doesn't match is too impractical. The
error will rarely occur anyway.
| author | Paul Aurich <paul@darkrain42.org> |
|---|---|
| date | Fri, 31 Jul 2009 06:50:34 +0000 |
| parents | f834ffa7490b |
| children | e23c7f6fb32d |
| files | libpurple/certificate.c |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.c Fri Jul 31 06:35:35 2009 +0000 +++ b/libpurple/certificate.c Fri Jul 31 06:50:34 2009 +0000 @@ -1364,7 +1364,6 @@ * I think this is bad enough to warrant a fatal error. It's * not likely anyway... */ - /* FIXME: 2.6.1 */ purple_notify_error(NULL, /* TODO: Probably wrong. */ _("SSL Certificate Error"), _("Invalid certificate chain"),
