[network-manager-openvpn] import/export: fix import after 2f7540f3d482e4fc53f5cdee2b23629eec97aca5



commit b694d4bdfc33def3cd840c189516d54f8ad804b1
Author: Dan Williams <dcbw redhat com>
Date:   Thu Aug 19 10:44:48 2010 -0500

    import/export: fix import after 2f7540f3d482e4fc53f5cdee2b23629eec97aca5
    
    Which added spaces at the end of many tags to ensure that only
    those tags were recognized, but it added spaces to too many tags
    including a few that aren't supposed to have spaces.

 properties/import-export.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/properties/import-export.c b/properties/import-export.c
index 0424995..9e8d323 100644
--- a/properties/import-export.c
+++ b/properties/import-export.c
@@ -44,17 +44,17 @@
 #include "../src/nm-openvpn-service.h"
 
 #define AUTH_TAG "auth "
-#define AUTH_USER_PASS_TAG "auth-user-pass "
+#define AUTH_USER_PASS_TAG "auth-user-pass"
 #define CA_TAG "ca "
 #define CERT_TAG "cert "
 #define CIPHER_TAG "cipher "
 #define CLIENT_TAG "client"
-#define COMP_TAG "comp-lzo "
+#define COMP_TAG "comp-lzo"
 #define DEV_TAG "dev "
 #define FRAGMENT_TAG "fragment "
 #define IFCONFIG_TAG "ifconfig "
 #define KEY_TAG "key "
-#define MSSFIX_TAG "mssfix "
+#define MSSFIX_TAG "mssfix"
 #define PKCS12_TAG "pkcs12 "
 #define PORT_TAG "port "
 #define PROTO_TAG "proto "



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