[Xfce4-commits] <postler:master> Add CA bundle path used on Foresight Linux

Christian Dywan noreply at xfce.org
Sat Feb 12 03:34:01 CET 2011


Updating branch refs/heads/master
         to 574ad2d528f1e6e16c8353eb25311bcad47420e1 (commit)
       from 2195b4325450ef74edc06be4d0e22853bd4b01f4 (commit)

commit 574ad2d528f1e6e16c8353eb25311bcad47420e1
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Feb 11 21:54:43 2011 +0100

    Add CA bundle path used on Foresight Linux

 postler/postler-accounts.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index dc58e16..6dc4634 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -148,6 +148,7 @@ public class Postler.Accounts : GLib.Object {
     const string[] root_certificate_files = {
         "/etc/pki/tls/certs/ca-bundle.crt",
         "/etc/ssl/certs/ca-certificates.crt",
+        "/etc/ssl/certs/ca-bundle.crt",
         "/usr/local/share/certs/ca-root-nss.crt"
     };
 



More information about the Xfce4-commits mailing list