[gnome-keyring] Make the library-manufacturer in the trust uris actually match.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Make the library-manufacturer in the trust uris actually match.
- Date: Thu, 3 Mar 2011 10:30:09 +0000 (UTC)
commit 8e4ee958d05807c040a0810ed79664cd82ec911a
Author: Stef Walter <stefw collabora co uk>
Date: Wed Mar 2 19:01:43 2011 +0100
Make the library-manufacturer in the trust uris actually match.
https://bugzilla.gnome.org/show_bug.cgi?id=641121
gcr/gcr-library.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gcr/gcr-library.c b/gcr/gcr-library.c
index 6ec7fe3..d7e5f4c 100644
--- a/gcr/gcr-library.c
+++ b/gcr/gcr-library.c
@@ -169,11 +169,11 @@ _gcr_initialize (void)
* hard coded.
*/
- trust_store_uri = g_strdup ("pkcs11:library-manufacturer=Gnome%20Keyring;serial=1:XDG:DEFAULT");
+ trust_store_uri = g_strdup ("pkcs11:library-manufacturer=GNOME%20Keyring;serial=1:XDG:DEFAULT");
trust_lookup_uris = g_new0 (gchar*, 3);
- trust_lookup_uris[0] = g_strdup ("pkcs11:library-manufacturer=Gnome%20Keyring;serial=1:ROOTS:DEFAULT");
- trust_lookup_uris[1] = g_strdup ("pkcs11:library-manufacturer=Gnome%20Keyring;serial=1:XDG:DEFAULT");
+ trust_lookup_uris[0] = g_strdup ("pkcs11:library-manufacturer=GNOME%20Keyring;serial=1:ROOTS:DEFAULT");
+ trust_lookup_uris[1] = g_strdup ("pkcs11:library-manufacturer=GNOME%20Keyring;serial=1:XDG:DEFAULT");
trust_lookup_uris[2] = NULL;
g_once_init_leave (&gcr_initialized, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]