Add a missing "default:" case.

This commit is contained in:
hrs 2016-12-22 05:57:45 +00:00
parent 552a44a16d
commit 8471fe0d61

View File

@ -1279,6 +1279,8 @@ fprintlog(struct filed *f, int flags, const char *msg)
ntohs(satosin6(f->fu_forw_addr->ai_addr)->sin6_port));
break;
#endif
default:
dprintf("\n");
}
/* check for local vs remote messages */
if (strcasecmp(f->f_prevhost, LocalHostName))