Fix build post-r367455.
MFC after: 2 weeks X-MFC with: r367455
This commit is contained in:
parent
1024ef27fe
commit
ce558a3f33
@ -1873,7 +1873,7 @@ fprintlog_write(struct filed *f, struct iovlist *il, int flags)
|
||||
continue;
|
||||
if (sl->sl_sa == NULL ||
|
||||
sl->sl_family == AF_UNSPEC ||
|
||||
sl->sl_family == AF_LOCAL) {
|
||||
sl->sl_family == AF_LOCAL)
|
||||
continue;
|
||||
lsent = sendmsg(sl->sl_socket, &msghdr, 0);
|
||||
if (lsent == (ssize_t)il->totalsize)
|
||||
|
Loading…
Reference in New Issue
Block a user