From 26480953dab3d07fc78f4c437ffefeb25fee0d5b Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 7 Mar 2014 22:49:37 +0100 Subject: printpkt: oob.time.sec was not used This patch supresses the oob.time.sec from the input keys as this is not used when creating the string corresponding to the packet. Signed-off-by: Eric Leblond --- util/printpkt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/printpkt.c b/util/printpkt.c index 6b646e9..eb6cfbf 100644 --- a/util/printpkt.c +++ b/util/printpkt.c @@ -39,7 +39,6 @@ struct ulogd_key printpkt_keys[] = { [KEY_OOB_FAMILY] = { .name = "oob.family", }, [KEY_OOB_PROTOCOL] = { .name = "oob.protocol", }, - [KEY_OOB_TIME_SEC] = { .name = "oob.time.sec", }, [KEY_OOB_PREFIX] = { .name = "oob.prefix", }, [KEY_OOB_IN] = { .name = "oob.in", }, [KEY_OOB_OUT] = { .name = "oob.out", }, -- cgit v1.2.3