From 0e59cd25e1a254fc20bf6d0227695bf67cec3d9d Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 7 Jan 2020 16:26:42 +1100 Subject: [PATCH] ctdb-tools: Allow shorter runtime limit to be specified Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tools/ctdb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index c464c91a4cf..ba994caff2d 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -6341,10 +6341,6 @@ int main(int argc, const char *argv[]) options.maxruntime = 120; } } - if (options.maxruntime <= 120) { - /* default timeout is 120 seconds */ - options.maxruntime = 120; - } if (options.machineparsable) { options.machinereadable = 1; -- 2.11.4.GIT