[libsecret] Add missing 'authtype' attribute to the 'network' schema



commit 46b6ece9492d02bbbddc9cc7f6917b12ca6ea189
Author: Stef Walter <stefw gnome org>
Date:   Fri Mar 30 13:56:20 2012 +0200

    Add missing 'authtype' attribute to the 'network' schema

 library/secret-schemas.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/library/secret-schemas.c b/library/secret-schemas.c
index 66d89cb..ba000b5 100644
--- a/library/secret-schemas.c
+++ b/library/secret-schemas.c
@@ -24,6 +24,7 @@ static const SecretSchema network_schema = {
 		{  "protocol", SECRET_SCHEMA_ATTRIBUTE_STRING },
 		{  "port", SECRET_SCHEMA_ATTRIBUTE_INTEGER },
 		{  "server", SECRET_SCHEMA_ATTRIBUTE_STRING },
+		{  "authtype", SECRET_SCHEMA_ATTRIBUTE_STRING },
 		{  "NULL", 0 },
 	}
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]