diff dbutil.c @ 1030:1fff5d7163f6 fastopen

merge
author Matt Johnston <matt@ucc.asn.au>
date Thu, 19 Feb 2015 22:42:30 +0800
parents ea4676b840ef 5ad81aa19c2d
children 0da8ba489c23
line wrap: on
line diff
--- a/dbutil.c	Thu Feb 19 22:41:51 2015 +0800
+++ b/dbutil.c	Thu Feb 19 22:42:30 2015 +0800
@@ -1070,9 +1070,10 @@
 #endif
 #else
 		{
-			struct msghdr message = {0};
+			struct msghdr message;
 			int flags;
 			int res;
+			memset(&message, 0x0, sizeof(message));
 			message.msg_name = r->ai_addr;
 			message.msg_namelen = r->ai_addrlen;