mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-07 00:54:51 +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:
@@ -223,7 +223,7 @@ main (int argc,
|
|||||||
|
|
||||||
while (TRUE)
|
while (TRUE)
|
||||||
{
|
{
|
||||||
gchar buffer[4096] = { };
|
gchar buffer[4096];
|
||||||
gssize size;
|
gssize size;
|
||||||
gsize to_send;
|
gsize to_send;
|
||||||
|
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ main (int argc,
|
|||||||
|
|
||||||
while (TRUE)
|
while (TRUE)
|
||||||
{
|
{
|
||||||
gchar buffer[4096] = { };
|
gchar buffer[4096];
|
||||||
gssize size;
|
gssize size;
|
||||||
gsize to_send;
|
gsize to_send;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user