From 6c16e85baee48222de6708d19a002886f684e793 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 17 Jan 1997 07:01:21 +0000 Subject: Adjust spelling of `fw_flg' so this thing compiles again. --- sbin/ipfw/ipfw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index fd1ab5d..e8a9c80 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -686,7 +686,7 @@ add(ac,av) else show_usage("missing ``from''\n"); if (ac && !strncmp(*av,"not",strlen(*av))) { - rule.fw_flag |= IP_FW_F_INVSRC; + rule.fw_flg |= IP_FW_F_INVSRC; av++; ac--; } if (!ac) show_usage("Missing arguments\n"); @@ -704,7 +704,7 @@ add(ac,av) else show_usage("missing ``to''\n"); if (ac && !strncmp(*av,"not",strlen(*av))) { - rule.fw_flag |= IP_FW_F_INVDST; + rule.fw_flg |= IP_FW_F_INVDST; av++; ac--; } if (!ac) show_usage("Missing arguments\n"); -- cgit v1.1