Fix build post-r367455.

MFC after:	2 weeks
X-MFC with:	r367455
This commit is contained in:
Cy Schubert 2020-11-07 19:17:37 +00:00
parent 1024ef27fe
commit ce558a3f33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367459

View File

@ -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)