mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
GNetworkService: fix a small bug
Fix a small bug in the synchronous lookup code introduced in the fix for bug 629274
This commit is contained in:
@@ -435,7 +435,7 @@ g_network_service_address_enumerator_next (GSocketAddressEnumerator *enumerator
|
|||||||
g_clear_error (&my_error);
|
g_clear_error (&my_error);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!targets)
|
if (my_error)
|
||||||
{
|
{
|
||||||
g_propagate_error (error, my_error);
|
g_propagate_error (error, my_error);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user