>From Marius Tomaschewski <mt@xxxxxxx> Signed-off-by: Eric leblond <eric@xxxxxx> --- :100644 100644 563fc3b... 6990f8c... M output/ulogd_output_OPRINT.c output/ulogd_output_OPRINT.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/ulogd_output_OPRINT.c b/output/ulogd_output_OPRINT.c index 563fc3b..6990f8c 100644 --- a/output/ulogd_output_OPRINT.c +++ b/output/ulogd_output_OPRINT.c @@ -86,9 +86,9 @@ static int oprint_interp(struct ulogd_pluginstance *upi) HIPQUAD(ret->u.value.ui32)); break; case ULOGD_RET_NONE: - fprintf(opi->of, "<none>"); + fprintf(opi->of, "<none>\n"); break; - default: fprintf(opi->of, "default"); + default: fprintf(opi->of, "default\n"); } } if (upi->config_kset->ces[1].u.value != 0) -- 1.5.2.5 - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html