Commit eef91dc9 authored by Alexey Torkhov's avatar Alexey Torkhov

Convering types.

parent de065e40
......@@ -1115,7 +1115,7 @@ real_connect (NMVPNPlugin *plugin,
if (!nm_l2tp_ppp_service_cache_credentials (priv->service, connection, error))
return FALSE;
if (!nm_l2tp_config_write (plugin, s_vpn, error))
if (!nm_l2tp_config_write (NM_L2TP_PLUGIN (plugin), s_vpn, error))
return FALSE;
if (!nm_l2tp_start_l2tpd_binary (NM_L2TP_PLUGIN (plugin), s_vpn, error))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment