1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

ctdb-tests: Don't close stdin when starting local daemons

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2020-01-13 21:04:24 +11:00 committed by Martin Schwenke
parent cf460bd9c4
commit 2380b13bf8

View File

@ -354,7 +354,7 @@ local_daemons_start ()
onnode_common
onnode "$_nodes" "${VALGRIND:-} ctdbd &"
onnode -i "$_nodes" "${VALGRIND:-} ctdbd &"
}
local_daemons_stop ()