| Submitter | gregkh@suse.de |
|---|---|
| Date | Oct. 1, 2009, 11:31 p.m. |
| Message ID | <20091001233322.057476155@mini.kroah.org> |
| Download | mbox | patch |
| Permalink | /patch/34794/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
--- a/net/bridge/netfilter/ebt_ulog.c +++ b/net/bridge/netfilter/ebt_ulog.c @@ -266,7 +266,7 @@ static bool ebt_ulog_tg_check(const stru if (uloginfo->qthreshold > EBT_ULOG_MAX_QLEN) uloginfo->qthreshold = EBT_ULOG_MAX_QLEN; - return 0; + return true; } static struct xt_target ebt_ulog_tg_reg __read_mostly = {