Missing ca_path2 in settings op table for supplicant manager (patch attached)



From 9d583ff6291f7d9423dd6f2e83776658d0cbc880 Mon Sep 17 00:00:00 2001
From: Tyson Whitehead <twhitehead gmail com>
Date: Wed, 12 Aug 2009 17:05:10 -0400
Subject: [PATCH] Add ca_path2 to op table for verification

---
 .../nm-supplicant-settings-verify.c                |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/supplicant-manager/nm-supplicant-settings-verify.c b/src/supplicant-manager/nm-supplicant-settings-verify.c
index 5e30795..2833465 100644
--- a/src/supplicant-manager/nm-supplicant-settings-verify.c
+++ b/src/supplicant-manager/nm-supplicant-settings-verify.c
@@ -109,6 +109,7 @@ static const struct Opt opt_table[] = {
 	{ "phase1",             TYPE_KEYWORD, 0, 0, TRUE, phase1_allowed },
 	{ "phase2",             TYPE_KEYWORD, 0, 0, TRUE, phase2_allowed },
 	{ "anonymous_identity", TYPE_BYTES,   0, 0, FALSE,  NULL },
+	{ "ca_path2",           TYPE_BYTES,   0, 0, FALSE,  NULL },
 	{ "ca_cert2",           TYPE_BYTES,   0, 65536, FALSE,  NULL },
 	{ "client_cert2",       TYPE_BYTES,   0, 65536, FALSE,  NULL },
 	{ "private_key2",       TYPE_BYTES,   0, 65536, FALSE,  NULL },
-- 
1.6.3.3



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