From: Daniel Wagner <[email protected]>

---
 plugins/openvpn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/openvpn.c b/plugins/openvpn.c
index 6083874..7973542 100644
--- a/plugins/openvpn.c
+++ b/plugins/openvpn.c
@@ -115,7 +115,7 @@ static int ov_notify(DBusMessage *msg, struct 
connman_provider *provider)
                if (!strcmp(key, "ifconfig_remote"))
                        connman_provider_set_string(provider, "Peer", value);
 
-               if (g_str_has_prefix(key, "network_") == TRUE)
+               if (g_str_has_prefix(key, "route_") == TRUE)
                        connman_provider_append_route(provider, key, value);
 
                ov_append_dns_entries(key, value, &dns_entries);
-- 
1.7.3.5

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to