]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Suppress dead FIXME.
authorEric Leblond <eric@regit.org>
Sat, 9 Feb 2013 19:17:33 +0000 (20:17 +0100)
committerEric Leblond <eric@regit.org>
Mon, 18 Feb 2013 08:30:49 +0000 (09:30 +0100)
input/packet/ulogd_inppkt_NFLOG.c
src/ulogd.c

index 7870c3186ea3d0e2f1d5016f96eef62ae69624a7..cc0c2d4cf84f0881cc2c4245b4becb7d0822a28d 100644 (file)
@@ -339,7 +339,6 @@ interp_packet(struct ulogd_pluginstance *upi, u_int8_t pf_family,
                    label_ce(upi->config_kset).u.value);
 
        if (ph) {
-               /* FIXME */
                okey_set_u8(&ret[NFLOG_KEY_OOB_HOOK], ph->hook);
                okey_set_u16(&ret[NFLOG_KEY_OOB_PROTOCOL],
                             ntohs(ph->hw_protocol));
@@ -376,7 +375,6 @@ interp_packet(struct ulogd_pluginstance *upi, u_int8_t pf_family,
        if (! (nflog_get_timestamp(ldata, &ts) == 0 && ts.tv_sec))
                gettimeofday(&ts, NULL);
 
-       /* FIXME: convert endianness */
        okey_set_u32(&ret[NFLOG_KEY_OOB_TIME_SEC], ts.tv_sec & 0xffffffff);
        okey_set_u32(&ret[NFLOG_KEY_OOB_TIME_USEC], ts.tv_usec & 0xffffffff);
 
index d0fdcc5b9789efe22f9d376e6760fd5cb3d9f762..c7617d9a15847f30f0d8ac6e6f923850067900cc 100644 (file)
@@ -1102,7 +1102,6 @@ static void signal_handler(int signal)
 
 static void print_usage(void)
 {
-       /* FIXME */
        printf("ulogd Version %s\n", VERSION);
        printf(COPYRIGHT);
        printf("This is free software with ABSOLUTELY NO WARRANTY.\n\n");