NetworkManager/cli
Thomas Haller 7d73ee75df trivial: more wrong compiler warnings
connection_parser.c: In function 'make_ip4_setting':
  connection_parser.c:660:33: error: 'method' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    if (!is_static_block && strstr (method, "dhcp")) {

  connections.c: In function ‘load_cmd_line_edit_lib’:
  connections.c:5744:17: error: ‘module’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
    g_module_close (module);

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-02-27 18:31:07 +01:00
..
completion cli/bash-completion: make 'ifname' a mandatory parameter for nmcli connection add 2014-01-30 15:44:16 +01:00
src trivial: more wrong compiler warnings 2014-02-27 18:31:07 +01:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00