ITS#9197 - fix typo in prev commit

This commit is contained in:
Quanah Gibson-Mount 2021-02-25 17:05:17 +00:00
parent 3db2e4a073
commit 496f9ced21

View File

@ -301,7 +301,7 @@ if test $RC != 0 ; then
exit $RC
fi
# sleep until 2 seconds before new exteneded idle-timeout, check that connection still exist
# sleep until 2 seconds before new extended idle-timeout, check that connection still exist
NOW=`date +%s`
sleep `expr $CONN_EXPIRES - $NOW - 2`
echo "Check that connection is still alive due to idle-timeout reset (time_t now=`date +%s`)"