aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-07-31 21:36:00 +0000
committerBrian Somers <brian@FreeBSD.org>2001-07-31 21:36:00 +0000
commit317e74fd2bab6a2cba4f1742e3f1f285f793e041 (patch)
tree8b5efc1a1c8707cbb9451c9cb8de75f8d8af40f7 /usr.sbin
parentb8ae14f6734f002688049ddfe596f785717ca655 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/chap.c2
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;