diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-08-25 23:41:37 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-08-25 23:41:37 +0000 |
| commit | d1c27021a429776e643cf2ab8099465ca472ae64 (patch) | |
| tree | 08933e99217a921593e125c3d83cc01a3d72bf34 /libexec | |
| parent | 826fac3f15c863f1dfb372135e41dd0d0449d959 (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); } |
