mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
remove broken useless initialization in socket-client/socket-server
https://bugzilla.gnome.org/show_bug.cgi?id=618051
This commit is contained in:
@@ -223,7 +223,7 @@ main (int argc,
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
gchar buffer[4096] = { };
|
||||
gchar buffer[4096];
|
||||
gssize size;
|
||||
gsize to_send;
|
||||
|
||||
|
Reference in New Issue
Block a user