(fix) make sure our heartbeat interval is always greater than the internal one

This commit is contained in:
Ludovic Marcotte
2016-02-12 13:07:34 -05:00
parent 5d28d81c1e
commit d5f95c6b30
+3
View File
@@ -2039,6 +2039,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
}
else
{
if (heartbeatInterval < internalInterval)
heartbeatInterval = internalInterval;
status = 1;
}