diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-08-26 17:52:55 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-08-26 17:52:55 +0000 |
| commit | 6c3d92e5d0ecf9648e6d9bd639735d11ca41d2b8 (patch) | |
| tree | 7db15e97f912ec996647d2f52179c1d69d41a81c /libexec | |
| parent | 11c6c73603f8267a205194feb25725b4749fa59b (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/pppoed/pppoed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index a3c6d375ac79..424bd15ce43c 100644 --- a/libexec/pppoed/pppoed.c +++ b/libexec/pppoed/pppoed.c @@ -359,7 +359,7 @@ Spawn(const char *prog, const char *acname, const char *provider, syslog(LOG_INFO, "Waiting for a SUCCESS reply %s", path); do { - if ((ret = NgRecvMsg(cs, rep, sizeof msgbuf, NULL) < 0)) { + if ((ret = NgRecvMsg(cs, rep, sizeof msgbuf, NULL)) < 0) { syslog(LOG_ERR, "%s: Cannot receive a message: %m", path); _exit(EX_OSERR); } |
