mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Fix redefinition of local variable in gio/gsocks5proxy.c
This commit is contained in:
committed by
Philip Withnall
parent
bd5d867320
commit
7bde242707
@@ -734,7 +734,6 @@ nego_reply_read_cb (GObject *source,
|
|||||||
|
|
||||||
if (data->offset == data->length)
|
if (data->offset == data->length)
|
||||||
{
|
{
|
||||||
GError *error = NULL;
|
|
||||||
gboolean must_auth = FALSE;
|
gboolean must_auth = FALSE;
|
||||||
gboolean has_auth = data->username || data->password;
|
gboolean has_auth = data->username || data->password;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user