NetworkManager/cli
Thomas Haller bcb9f6c910 cli: fix error parsing input arguments in non-interactive mode
Causes the following failure:

   $ /bin/nmcli connection add type ethernet con-name connie ifname '*'

   (process:13883): GLib-CRITICAL **: g_strchug: assertion `string != NULL' failed
   (process:13883): GLib-CRITICAL **: g_strchomp: assertion `string != NULL' failed
   Error: invalid connection type; '' not among [generic, ...].

Regression introduced by commit bfb1200b4f.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-06-06 23:19:49 +02:00
..
completion cli: add optional 'mac' argument for 'nmcli con add type bridge' 2014-05-30 17:02:31 +02:00
src cli: fix error parsing input arguments in non-interactive mode 2014-06-06 23:19:49 +02:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00