diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-11-14 15:38:07 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-11-14 15:38:07 +0000 |
| commit | a23e75e150ed05c5853d453635a42f361473db8d (patch) | |
| tree | 69b19e831922df7e830e8c6acaacc81e585f0c48 /usr.sbin | |
| parent | c6633e1b9f467034434fb1ab5837e10f854c5ab9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ppp/systems.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index 53ad8de86d47..242400c30c3d 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.c,v 1.25 1997/11/12 16:34:51 brian Exp $ + * $Id: systems.c,v 1.26 1997/11/13 14:43:20 brian Exp $ * * TODO: */ @@ -304,7 +304,7 @@ ReadSystem(const char *name, const char *file, int doexec) RunCommand(argc, argv, name); VarLocalAuth = olauth; } - } else if (*cp == '#') { + } else if (*cp == '#' || *cp == '\n' || *cp == '\0') { continue; } else break; |
