GNOME Bugzilla – Bug 723804
nm-vpnc-service: Fix argv passed to vpnc
Last modified: 2014-02-07 00:00:25 UTC
VPN on rawhide is broken which is bad for work - see patch :-)
Created attachment 268360 [details] [review] nm-vpnc-service: Fix argv passed to vpnc Passing --pid-file option and its argument in a single string isn't understood by vpnc's option parser - both have to be passed as separate argv members.
Hi, this looks correct to me. But could you please get rid of the pid_arg variable entirely and pass priv->pid_file to g_ptr_array_add directly?
Created attachment 268363 [details] [review] nm-vpnc-service: Fix argv passed to vpnc Sure!
Hi Florian, commited as https://git.gnome.org/browse/network-manager-vpnc/commit/?id=6a38ce67e68900b6f17832541806611c40023877 Bugfix release for rawhide follows tomorrow. Thank you Thomas