names: fix uninitialized return value
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 7 Jan 2015 16:50:28 +0000 (17:50 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 7 Jan 2015 16:50:28 +0000 (17:50 +0100)
commit9ae295b17a610575195ad55f56a48a90c5933bbe
treeda2aa0ca8b52337b64302aa98876e42e17fd5e44
parent35925199d21d41a08ffb44489afca32882ac8aa8
names: fix uninitialized return value

A recent commit dropped the initialization of 'ret' so now it is returned
uninitialized. Fix this!

The commit in question is:

    commit de18809ec40380e0d4681141281555f7df35b303
    Author: Daniel Mack <daniel@zonque.org>
    Date:   Wed Jan 7 15:48:54 2015 +0100

        names: ignore return value of kdbus_notify_name_change

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
names.c