summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cssh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cssh.c b/src/cssh.c
index e16087f..c280e62 100644
--- a/src/cssh.c
+++ b/src/cssh.c
@@ -575,6 +575,8 @@ int main( int argc, char *argv[] )
}
}
}
+
+ cssh_msleep( 1 );
}
cleanup_sessions( &session, &channel, host, port, nof_sessions, args_info.verbose_given > 0 );