mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
remove broken useless initialization in socket-client/socket-server
https://bugzilla.gnome.org/show_bug.cgi?id=618051
This commit is contained in:
parent
47805f4e0c
commit
af263a3a10
@ -223,7 +223,7 @@ main (int argc,
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
gchar buffer[4096] = { };
|
||||
gchar buffer[4096];
|
||||
gssize size;
|
||||
gsize to_send;
|
||||
|
||||
|
@ -243,7 +243,7 @@ main (int argc,
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
gchar buffer[4096] = { };
|
||||
gchar buffer[4096];
|
||||
gssize size;
|
||||
gsize to_send;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user