Commit fe944f6e authored by Trent Lathiat Lloyd's avatar Trent Lathiat Lloyd Committed by David S. Miller

[NETFILTER]: Fix typo in ip_fw_compat_masq.c

parent aab6ce84
......@@ -221,7 +221,7 @@ static const char *masq_proto_name(u_int16_t protonum)
case IPPROTO_TCP: return "TCP";
case IPPROTO_UDP: return "UDP";
case IPPROTO_ICMP: return "ICMP";
default: return "MORE-CAFFIENE-FOR-RUSTY";
default: return "MORE-CAFFEINE-FOR-RUSTY";
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment