From a51106ed6932423c25c7d464ef5c2d609bd62924 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 23:04:41 +0200 Subject: Adding upstream version 1:4.14.0. Signed-off-by: Daniel Baumann --- heartbeat/Filesystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heartbeat/Filesystem') diff --git a/heartbeat/Filesystem b/heartbeat/Filesystem index 0665628..e1378f7 100755 --- a/heartbeat/Filesystem +++ b/heartbeat/Filesystem @@ -704,7 +704,7 @@ timeout_child() { wait $pid ret=$? - # ret would be 127 + child exit code if the timeout expired + # ret would be 127 + child exit code if the timeout expired (see "man wait" for more info) [ $ret -lt 128 ] && kill -s KILL $killer return $ret } -- cgit v1.2.3