[network-manager-openconnect/NETWORKMANAGER_0_7] Don't abort on form entries being cached
- From: Dan Williams <dcbw src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-openconnect/NETWORKMANAGER_0_7] Don't abort on form entries being cached
- Date: Tue, 16 Jun 2009 11:47:06 -0400 (EDT)
commit 347af2dd4454d6f48301da3cf7e3da3b865e47ba
Author: David Woodhouse <David Woodhouse intel com>
Date: Sat May 9 17:46:46 2009 +0100
Don't abort on form entries being cached
src/nm-openconnect-service.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-openconnect-service.c b/src/nm-openconnect-service.c
index 46c6fe1..4b09c8d 100644
--- a/src/nm-openconnect-service.c
+++ b/src/nm-openconnect-service.c
@@ -133,7 +133,7 @@ validate_one_property (const char *key, const char *value, gpointer user_data)
}
/* Did not find the property from valid_properties or the type did not match */
- if (!info->table[i].name) {
+ if (!info->table[i].name && strncmp(key, "form:", 5)) {
g_set_error (info->error,
NM_VPN_PLUGIN_ERROR,
NM_VPN_PLUGIN_ERROR_BAD_ARGUMENTS,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]