remove broken useless initialization in socket-client/socket-server

https://bugzilla.gnome.org/show_bug.cgi?id=618051
This commit is contained in:
Dan Winship 2010-05-07 19:08:13 -04:00
parent 47805f4e0c
commit af263a3a10
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ main (int argc,
while (TRUE)
{
gchar buffer[4096] = { };
gchar buffer[4096];
gssize size;
gsize to_send;

View File

@ -243,7 +243,7 @@ main (int argc,
while (TRUE)
{
gchar buffer[4096] = { };
gchar buffer[4096];
gssize size;
gsize to_send;