summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_ulog.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_ulog.c')
-rw-r--r--extensions/ebt_ulog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_ulog.c b/extensions/ebt_ulog.c
index 673b4b4..162586d 100644
--- a/extensions/ebt_ulog.c
+++ b/extensions/ebt_ulog.c
@@ -169,7 +169,7 @@ static int compare(const struct ebt_entry_watcher *w1,
static struct ebt_u_watcher ulog_watcher =
{
- .name = EBT_ULOG_WATCHER,
+ .name = "ulog",
.size = sizeof(struct ebt_ulog_info),
.help = print_help,
.init = init,