]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
fix plugin output type
authorlaforge <laforge>
Mon, 4 Jul 2005 20:14:01 +0000 (20:14 +0000)
committerlaforge <laforge>
Mon, 4 Jul 2005 20:14:01 +0000 (20:14 +0000)
output/ulogd_output_OPRINT.c

index dfcad053f4fbad0f3e7e4581bea9dfe61d4c62e1..d82cdda0ac556d3aa25f1568e30d663859db21c6 100644 (file)
@@ -1,4 +1,4 @@
-/* ulogd_MAC.c, Version $Revision: 1.9 $
+/* ulogd_MAC.c, Version $Revision$
  *
  * ulogd output target for logging to a file 
  *
@@ -151,7 +151,7 @@ static struct ulogd_plugin oprint_plugin = {
                        .type = ULOGD_DTYPE_PKT,
                },
        .output = {
-                       .type = ULOGD_DTYPE_NULL,
+                       .type = ULOGD_DTYPE_SINK,
                },
        .interp = &oprint_interp,
        .constructor = &oprint_init,