Fix redefinition of local variable in gio/gsocks5proxy.c

This commit is contained in:
Loic Le Page 2022-01-19 19:13:22 +01:00 committed by Philip Withnall
parent bd5d867320
commit 7bde242707

View File

@ -734,7 +734,6 @@ nego_reply_read_cb (GObject *source,
if (data->offset == data->length)
{
GError *error = NULL;
gboolean must_auth = FALSE;
gboolean has_auth = data->username || data->password;