gkdbus: fix special rule for name signals 24/131524/5
authorAdrian Szyndela <adrian.s@samsung.com>
Mon, 29 May 2017 13:48:26 +0000 (15:48 +0200)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 1 Jun 2017 09:16:24 +0000 (09:16 +0000)
commite28b76b4cfc86ff81c5ced59f5d85257b7ecd15b
treebc7336166fff3170ea2bd0dc31c640532c49d968
parent277da2d1773c597e2e10eee84f83151adad0d376
gkdbus: fix special rule for name signals

Sender_unique_name can never be NULL. However, it is checked
if it is NULL. It should be tested for emptiness,
but not for being NULL, but for being an empty string.

Change-Id: I2c968d614f34d7d388a629e0ce4bc9148b7e148e
gio/gdbusconnection.c