diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-05-26 08:29:11 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-05-26 08:29:11 +0000 |
| commit | 07e4efad3d9a0aae5640a271df65b6e19e22229f (patch) | |
| tree | 86c1df6e7d6c9f046ba35566670b36c1541307ac | |
| parent | 5e269efe6ec3a68a1a821b44f19c6e606ce27b18 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c index e3a7ee536580..033729b83642 100644 --- a/usr.sbin/ppp/exec.c +++ b/usr.sbin/ppp/exec.c @@ -109,7 +109,7 @@ exec_Create(struct physical *p) log_Printf(LogPHASE, "Unable to create pipe for line exec: %s\n", strerror(errno)); else { - static int child_status, child_pid; /* These variables are abused */ + static int child_status; /* This variable is abused ! */ int stat, argc, i, ret, wret, pidpipe[2]; pid_t pid, realpid; char *argv[MAXARGS]; |
