Adjust spelling of `fw_flg' so this thing compiles again.

This commit is contained in:
Jordan K. Hubbard 1997-01-17 07:01:21 +00:00
parent cb0a6fc85f
commit 8d26fa1ec7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21789

View File

@ -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");