aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/systems.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-12-22 21:48:12 +0000
committerBrian Somers <brian@FreeBSD.org>1999-12-22 21:48:12 +0000
commitabab7303b5475c1791ad1e2bdf567fc7e27bb5b1 (patch)
treefb128d5137e725443625415f19edef28250ecb28 /usr.sbin/ppp/systems.c
parent1107842229fabc41773a5ded580f1cb476301d6d (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/systems.c')
-rw-r--r--usr.sbin/ppp/systems.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c
index 935e871a8778..85be3a5956f8 100644
--- a/usr.sbin/ppp/systems.c
+++ b/usr.sbin/ppp/systems.c
@@ -320,7 +320,7 @@ ReadSystem(struct bundle *bundle, const char *name, const char *file,
break;
default:
- if ((wp = findblank(cp, 0)) != NULL) {
+ if ((wp = findblank(cp, 0, 1)) != NULL) {
while (issep(*wp))
*wp++ = '\0';
if (*wp == '#')