GNOME Bugzilla – Bug 771664
[review] improve logging for nm-pptp VPN plugin [th/logging-bgo771664]
Last modified: 2017-09-26 08:57:18 UTC
and various cleanups.
> service: add missing error handling when parsing command line - g_option_context_parse (opt_ctx, &argc, &argv, NULL); + if (!g_option_context_parse (opt_ctx, &argc, &argv, NULL)) { + g_printerr ("Error parsing the command line options: %s\n", error->message); The @error parameter is missing in call to g_option_context_parse(). The rest LGTM.
fixed, thanks merged to master: https://git.gnome.org/browse/network-manager-pptp/commit/?id=c6aaa03baf29e450048ff5a6941d6443ef4428dc