Silence valgrind

Initialize all fields of struct msghdr. Bug 625472.
This commit is contained in:
Milan Crha 2010-07-31 23:51:45 -04:00 committed by Matthias Clasen
parent b6c42d05c0
commit d01a437490

View File

@ -2776,6 +2776,8 @@ g_socket_send_message (GSocket *socket,
struct msghdr msg;
gssize result;
msg.msg_flags = 0;
/* name */
if (address)
{