Bug: https://bugzilla.samba.org/show_bug.cgi?id=12291
Back-ported from
f92590d10aaf9a289b5f6aac8ffc79129b83a517 in master.
Signed-off-by: Jeremy Allison <jra@samba.org>
Autobuild-User(v4-4-test): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(v4-4-test): Mon Oct 24 14:24:42 CEST 2016 on sn-devel-144
msgsize - offsetof(struct msghdr_buf, buf) : 0;
if (msg != NULL) {
- msg->msg = (struct msghdr) {};
+ msg->msg = (struct msghdr) { 0 };
fd_len = msghdr_prep_fds(&msg->msg, msg->buf, bufsize,
fds, num_fds);