mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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:
parent
dd9f8b8cc6
commit
cd4f818b30
@ -435,7 +435,7 @@ g_network_service_address_enumerator_next (GSocketAddressEnumerator *enumerator
|
||||
g_clear_error (&my_error);
|
||||
}
|
||||
|
||||
if (!targets)
|
||||
if (my_error)
|
||||
{
|
||||
g_propagate_error (error, my_error);
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user