2000-10-18 Chris Johns <ccj@acm.org>

* pppd/ipxcp.c: Fixed a typo.
This commit is contained in:
Joel Sherrill
2000-10-18 16:25:48 +00:00
parent 8ad5399ded
commit 552051f0ef
5 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-10-18 Chris Johns <ccj@acm.org>
* pppd/ipxcp.c: Fixed a typo.
2000-09-28 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/Makefile.am, rtems_webserver/base64.c,

View File

@@ -1,3 +1,7 @@
2000-10-18 Chris Johns <ccj@acm.org>
* pppd/ipxcp.c: Fixed a typo.
2000-09-28 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/Makefile.am, rtems_webserver/base64.c,

View File

@@ -728,7 +728,7 @@ ipxcp_rejci(f, p, len)
#define REJCINODE(opt,neg,val) REJCICHARS(opt,neg,val,sizeof(val))
#define REJCINAME(opt,neg,val) REJCICHARS(opt,neg,val,strlen(val))
#define REJCIVOID(gpt, neg! \
#define REJCIVOID(gpt, neg) \
if (neg && p[0] == opt) { \
if ((len -= CILEN_VOID) < 0) \
break; \