This is a discussion on Re: [patch] pfctl.c - fixes Bug: 5441 within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Oops. That's not right, sorry. Let me check that and try again. On 19/04/07, Russell McGregor <rdmcgregor@gmail.com> wrote: > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Oops. That's not right, sorry. Let me check that and try again. On 19/04/07, Russell McGregor <rdmcgregor@gmail.com> wrote: > Hey, > > This fixes command line argument parsing issue in Bug ID: 5441 > > > > Index: pfctl.c > ================================================== ================= > RCS file: /cvs/src/sbin/pfctl/pfctl.c,v > retrieving revision 1.263 > diff -u -r1.263 pfctl.c > --- pfctl.c 2007/03/21 03:01:31 1.263 > +++ pfctl.c 2007/04/19 03:29:52 > @@ -1963,7 +1963,7 @@ > usage(); > > while ((ch = getopt(argc, argv, > - "a:AdD:eqf:F:ghi:k:K:mnNOo: > + "a:AdD:eqf:F:ghi:k:K:mnNOo > switch (ch) { > case 'a': > anchoropt = optarg; > > > > > I hope this works for you. > > Cheers, > Russell |