[glib: 8/10] Fix redefinition of local variable in gio/gsocks5proxy.c




commit 7bde242707bb91ef18b52d773ae823fa7c60ed6b
Author: Loic Le Page <llepage fluendo com>
Date:   Wed Jan 19 19:13:22 2022 +0100

    Fix redefinition of local variable in gio/gsocks5proxy.c

 gio/gsocks5proxy.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gio/gsocks5proxy.c b/gio/gsocks5proxy.c
index 948ac8b8b8..27f5dedc7c 100644
--- a/gio/gsocks5proxy.c
+++ b/gio/gsocks5proxy.c
@@ -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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]