summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/nshd-tester.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/nshd-tester.c b/bin/nshd-tester.c
index 358b968..b868165 100644
--- a/bin/nshd-tester.c
+++ b/bin/nshd-tester.c
@@ -148,6 +148,8 @@ int main(int argc, char *argv[]) {
error(EXIT_FAILURE, errno, "exec");
}
+ /* Loop forever; the happy-path to termination is that our
+ * sigchld_handler() calls exit(0). */
while (1) {
union addr client_addr;
socklen_t client_size;