mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Fix global variable name hidden by local variables in gio/tests/resolver.c
This commit is contained in:
parent
db76697aee
commit
13710c3699
@ -616,7 +616,7 @@ do_async_connectable (GSocketAddressEnumerator *enumerator)
|
||||
}
|
||||
|
||||
static void
|
||||
do_connectable (const char *arg, gboolean synchronous, guint count)
|
||||
do_connectable (const char *arg, gboolean synch, guint count)
|
||||
{
|
||||
char **parts;
|
||||
GSocketConnectable *connectable;
|
||||
@ -660,7 +660,7 @@ do_connectable (const char *arg, gboolean synchronous, guint count)
|
||||
{
|
||||
enumerator = g_socket_connectable_enumerate (connectable);
|
||||
|
||||
if (synchronous)
|
||||
if (synch)
|
||||
do_sync_connectable (enumerator);
|
||||
else
|
||||
do_async_connectable (enumerator);
|
||||
|
Loading…
Reference in New Issue
Block a user