Report failure even if no GError is given
authorAlberto Mardegan <mardy@users.sourceforge.net>
Sun, 17 Apr 2011 08:18:08 +0000 (11:18 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 17 Apr 2011 16:31:18 +0000 (19:31 +0300)
commit082363450efa6e430875607b923c22793465e562
tree7b978076607113a13613dde30e330c27ae17773e
parentb628767e8bd0f86aa2cfde382f433a08f1dc3ef4
Report failure even if no GError is given

If no GError was passed to the GInitable, in some error cases
gssdp_socket_source_do_init() would still return TRUE. This change fixes
that and simplifies error handling a bit.
libgssdp/gssdp-socket-source.c