Mercurial > pidgin
changeset 29062:9c5158a62705
shaba: ok, but i don't understand why empty "else"
Me neither. Closes #11382.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 16 Feb 2010 16:39:11 +0000 |
parents | 5c9c4557fec2 |
children | 8dd8d542bc6b |
files | libpurple/certificate.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.c Tue Feb 16 15:16:28 2010 +0000 +++ b/libpurple/certificate.c Tue Feb 16 16:39:11 2010 +0000 @@ -874,7 +874,6 @@ #else # ifdef SSL_CERTIFICATES_DIR x509_ca_paths = g_list_append(NULL, g_strdup(SSL_CERTIFICATES_DIR)); -# else # endif x509_ca_paths = g_list_append(x509_ca_paths, g_build_filename(DATADIR, "purple", "ca-certs", NULL));