[gnome-keyring] [gck] Support 'library-manufacturer' in PKCS#11 URIs properly.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] [gck] Support 'library-manufacturer' in PKCS#11 URIs properly.
- Date: Tue, 1 Mar 2011 12:49:37 +0000 (UTC)
commit a4603fcce976caf9192b3dc3d143a08a51df7d33
Author: Stef Walter <stefw collabora co uk>
Date: Tue Mar 1 12:19:17 2011 +0100
[gck] Support 'library-manufacturer' in PKCS#11 URIs properly.
https://bugzilla.gnome.org/show_bug.cgi?id=643574
gck/gck-uri.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gck/gck-uri.c b/gck/gck-uri.c
index f43d704..d73fac0 100644
--- a/gck/gck-uri.c
+++ b/gck/gck-uri.c
@@ -237,7 +237,7 @@ parse_library_attribute (const gchar *name, const gchar *start, const gchar *end
if (g_str_equal (name, "library-description"))
value = &(library->library_description);
- else if (g_str_equal (name, "manufacturer"))
+ else if (g_str_equal (name, "library-manufacturer"))
value = &(library->manufacturer_id);
else
return 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]