[network-manager-openconnect] Remove auth-dlg-settings.h; we can just include nm-openconnect-service.h
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect] Remove auth-dlg-settings.h; we can just include nm-openconnect-service.h
- Date: Mon, 18 Apr 2011 00:29:11 +0000 (UTC)
commit 1d03dc933b2a43886f10a0c7062d0a8cfff9d064
Author: David Woodhouse <David Woodhouse intel com>
Date: Mon Apr 18 01:17:33 2011 +0100
Remove auth-dlg-settings.h; we can just include nm-openconnect-service.h
auth-dialog/auth-dlg-settings.h | 41 ---------------------------------------
auth-dialog/main.c | 4 +-
2 files changed, 2 insertions(+), 43 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 8e65633..0b12741 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -43,7 +43,7 @@
#include <nm-vpn-plugin-utils.h>
-#include "auth-dlg-settings.h"
+#include "src/nm-openconnect-service.h"
#include "openconnect.h"
@@ -884,7 +884,7 @@ static int get_config (GHashTable *options, GHashTable *secrets,
lasthost = g_hash_table_lookup (secrets, "lasthost");
- xmlconfig = g_hash_table_lookup (secrets, NM_OPENCONNECT_KEY_XMLCONFIG);
+ xmlconfig = g_hash_table_lookup (secrets, "xmlconfig");
if (xmlconfig) {
gchar *config_str;
gsize config_len;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]