Add a missing "default:" case.

This commit is contained in:
Hiroki Sato 2016-12-22 05:57:45 +00:00
parent dd87e05952
commit 066f8db8f3

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