[network-manager-openswan/lr/multiple-vpn] fixup! service: process the configuration in the service, not the helper



commit 323b46817271a215d725632d0094b3661a2721c3
Author: Thomas Haller <thaller redhat com>
Date:   Tue Nov 3 13:28:53 2015 +0100

    fixup! service: process the configuration in the service, not the helper

 src/nm-openswan-service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-openswan-service.c b/src/nm-openswan-service.c
index 649eef8..67da6a5 100644
--- a/src/nm-openswan-service.c
+++ b/src/nm-openswan-service.c
@@ -1273,7 +1273,7 @@ handle_callback (NMDBusOpenswanHelper *object,
 out:
        if (success) {
                nm_vpn_service_plugin_set_ip4_config (NM_VPN_SERVICE_PLUGIN (user_data),
-                                                     g_variant_builder_end (&config));
+                                                     g_variant_builder_end (&config));
        } else {
                connect_failed (NM_OPENSWAN_PLUGIN (user_data), NULL,
                                NM_VPN_PLUGIN_FAILURE_CONNECT_FAILED);


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