aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/marshal
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/marshal')
-rw-r--r--src/cmd/upas/marshal/marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/upas/marshal/marshal.c b/src/cmd/upas/marshal/marshal.c
index 7cef1828..8ebd3957 100644
--- a/src/cmd/upas/marshal/marshal.c
+++ b/src/cmd/upas/marshal/marshal.c
@@ -1183,7 +1183,7 @@ waitforsubprocs(void)
err = w->msg;
if(pid >= 0 && (w=procwait(pid)) && w->msg[0])
err = w->msg;
- return nil;
+ return err;
}
int