projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
client.c: supervisor task should use post_select instead of pre_select.
[paraslash.git]
/
command.c
diff --git
a/command.c
b/command.c
index
458faf8
..
4eab9f6
100644
(file)
--- a/
command.c
+++ b/
command.c
@@
-335,7
+335,7
@@
int com_stat(int fd, int argc, char * const * argv)
if (ret < 0)
goto out;
ret = 1;
- if (num
== 1
)
+ if (num
> 0 && !--num
)
goto out;
sleep(50);
if (getppid() == 1)