Fix a paste-o in the tcpoptions check (not a security problem, just a

error in the usage printf())

Reviewed by:	rwatson
This commit is contained in:
Bill Fumerola 2000-07-17 03:02:15 +00:00
parent 74f575394c
commit 9a6eeac9f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63293

View File

@ -1908,7 +1908,7 @@ add(ac,av)
av++; ac--;
if (!ac)
show_usage("missing argument"
" for ``tcpflags''");
" for ``tcpoptions''");
fill_tcpopts(&rule.fw_tcpopt, &rule.fw_tcpnopt, av);
av++; ac--; continue;
}