mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9197 - fix typo in prev commit
This commit is contained in:
parent
3db2e4a073
commit
496f9ced21
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ if test $RC != 0 ; then
|
||||||
exit $RC
|
exit $RC
|
||||||
fi
|
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`
|
NOW=`date +%s`
|
||||||
sleep `expr $CONN_EXPIRES - $NOW - 2`
|
sleep `expr $CONN_EXPIRES - $NOW - 2`
|
||||||
echo "Check that connection is still alive due to idle-timeout reset (time_t now=`date +%s`)"
|
echo "Check that connection is still alive due to idle-timeout reset (time_t now=`date +%s`)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue