[network-manager-pptp] core: allow password flags property through validation
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-pptp] core: allow password flags property through validation
- Date: Mon, 14 Mar 2011 04:37:18 +0000 (UTC)
commit 54bae10e747263d9a25d1188ba8cc53b2fbbfa29
Author: Dan Williams <dcbw redhat com>
Date: Sun Mar 13 23:38:17 2011 -0500
core: allow password flags property through validation
src/nm-pptp-service.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-pptp-service.c b/src/nm-pptp-service.c
index 71a059c..ee1808a 100644
--- a/src/nm-pptp-service.c
+++ b/src/nm-pptp-service.c
@@ -394,7 +394,8 @@ static ValidProperty valid_properties[] = {
{ NM_PPTP_KEY_NO_VJ_COMP, G_TYPE_BOOLEAN, FALSE },
{ NM_PPTP_KEY_LCP_ECHO_FAILURE, G_TYPE_UINT, FALSE },
{ NM_PPTP_KEY_LCP_ECHO_INTERVAL, G_TYPE_UINT, FALSE },
- { NULL, G_TYPE_NONE, FALSE }
+ { NM_PPTP_KEY_PASSWORD"-flags", G_TYPE_UINT, FALSE },
+ { NULL, G_TYPE_NONE, FALSE }
};
static ValidProperty valid_secrets[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]