diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-07-17 17:01:25 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-07-17 17:01:25 +0000 |
| commit | 9e7ebef8c3800f0828bae3773640d56d399f9c2a (patch) | |
| tree | 7d52d7d6f3fea2c065c49c0a989c16cadcc284fc /tools | |
| parent | 90d6d28efad653a3f5bc3fbe15cf1e7b91168a66 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/security/proc_to_proc/scenario.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/regression/security/proc_to_proc/scenario.c b/tools/regression/security/proc_to_proc/scenario.c index 5ad5105ca7a8..0e3e476df54b 100644 --- a/tools/regression/security/proc_to_proc/scenario.c +++ b/tools/regression/security/proc_to_proc/scenario.c @@ -290,6 +290,7 @@ enact_scenario(int scenario) exit(0); default: /* parent */ + break; } /* @@ -402,6 +403,7 @@ enact_scenario(int scenario) default: /* parent */ + break; } error = waitpid(pid2, NULL, 0); |
