NetworkManager/src/platform
Thomas Haller 26a65f4fe4 platform: fix compiler warning about uninitialized usage
CC       nm-linux-platform.lo
    platform/nm-linux-platform.c: In function '_nm_platform_link_get':
    platform/nm-linux-platform.c:161:17: error: 'rtnllink' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       nl_object_put (*object);
                     ^
    platform/nm-linux-platform.c:1923:35: note: 'rtnllink' was declared here
      auto_nl_object struct rtnl_link *rtnllink;
                                       ^
    cc1: all warnings being treated as errors

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-06-06 20:11:36 +02:00
..
tests platform/test: fix route tests after reworking source property 2014-06-06 17:21:33 +02:00
wifi core/logging: trivial renaming internal LOGD_OLPC_MESH name to LOGD_OLPC 2014-05-12 18:52:27 +02:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c platform: improve tracking of route sources 2014-06-06 10:24:43 -04:00
nm-fake-platform.h platform: link management 2013-04-10 16:40:58 +02:00
nm-linux-platform.c platform: fix compiler warning about uninitialized usage 2014-06-06 20:11:36 +02:00
nm-linux-platform.h platform: link management 2013-04-10 16:40:58 +02:00
nm-platform.c platform: fix format specifyer in _lifetime_to_string() for unsigned 2014-06-06 20:05:08 +02:00
nm-platform.h platform: fix preferred and valid lifetimes for addresses from netlink/kernel 2014-06-06 20:01:37 +02:00