diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-07-31 21:36:00 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-07-31 21:36:00 +0000 |
| commit | 317e74fd2bab6a2cba4f1742e3f1f285f793e041 (patch) | |
| tree | 8b5efc1a1c8707cbb9451c9cb8de75f8d8af40f7 /usr.sbin | |
| parent | b8ae14f6734f002688049ddfe596f785717ca655 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ppp/chap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index bb43eec0a894..de7ddd8bdb72 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -549,7 +549,7 @@ chap_Success(struct authinfo *authp) #endif msg = "Welcome!!"; - ChapOutput(authp->physical, CHAP_SUCCESS, authp->id, msg, strlen(msg) + 1, + ChapOutput(authp->physical, CHAP_SUCCESS, authp->id, msg, strlen(msg), NULL); authp->physical->link.lcp.auth_ineed = 0; |
