diff options
| -rw-r--r-- | net/bridge/netfilter/ebt_ulog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_ulog.c b/net/bridge/netfilter/ebt_ulog.c index ac6fa43c8ec9..133eeae45a4f 100644 --- a/net/bridge/netfilter/ebt_ulog.c +++ b/net/bridge/netfilter/ebt_ulog.c | |||
| @@ -280,7 +280,7 @@ static struct xt_target ebt_ulog_tg_reg __read_mostly = { | |||
| 280 | }; | 280 | }; |
| 281 | 281 | ||
| 282 | static struct nf_logger ebt_ulog_logger __read_mostly = { | 282 | static struct nf_logger ebt_ulog_logger __read_mostly = { |
| 283 | .name = "ulog", | 283 | .name = "ebt_ulog", |
| 284 | .logfn = &ebt_log_packet, | 284 | .logfn = &ebt_log_packet, |
| 285 | .me = THIS_MODULE, | 285 | .me = THIS_MODULE, |
| 286 | }; | 286 | }; |
