View | Details | Raw Unified | Return to bug 113825 | Differences between
and this patch

Collapse All | Expand All

(-)./sbin/ip6fw/ip6fw.c (-1 / +1 lines)
Lines 1112-1118 Link Here
1112
				if (!ac)
1112
				if (!ac)
1113
					show_usage("missing argument"
1113
					show_usage("missing argument"
1114
					    " for ``icmptypes''");
1114
					    " for ``icmptypes''");
1115
				fill_icmptypes(rule.fw_icmp6types,
1115
				fill_icmptypes((u_long *)rule.fw_icmp6types,
1116
				    av, &rule.fw_flg);
1116
				    av, &rule.fw_flg);
1117
				av++; ac--; continue;
1117
				av++; ac--; continue;
1118
			}
1118
			}

Return to bug 113825