NetworkManager/clients/cli
Thomas Haller f0d40201ae cli: fix warning about uninitialized value
gcc warns:

    make[4]: Entering directory `./NetworkManager/cli/src'
      CC       connections.o
    connections.c: In function ‘complete_connection_by_type’:
    connections.c:4235:18: error: ‘mtu_int’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
         g_object_set (s_wired, NM_SETTING_WIRED_MTU, mtu_int, NULL);
                      ^

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-08-01 13:17:01 +02:00
..
common.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
common.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
connections.c cli: fix warning about uninitialized value 2014-08-01 13:17:01 +02:00
connections.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
Makefile.am clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
network-manager.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
network-manager.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmcli-completion clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmcli.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmcli.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c all: add compatibility macros to ignore deprecation warnings for clang 2014-08-01 13:16:59 +02:00
settings.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
utils.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
utils.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00