Next try to fix issue #71

pull/12/head
Bert Münnich 12 years ago
parent 5dbf1b8eb9
commit 1ae06ffd09

@ -1,4 +1,4 @@
VERSION = git-20120829
VERSION = git-20120831
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

@ -182,9 +182,9 @@ bool check_timeouts(struct timeval *t) {
int i = 0, tdiff, tmin = -1;
struct timeval now;
gettimeofday(&now, 0);
while (i < ARRLEN(timeouts)) {
if (timeouts[i].active) {
gettimeofday(&now, 0);
tdiff = TV_DIFF(&timeouts[i].when, &now);
if (tdiff <= 0) {
timeouts[i].active = false;

Loading…
Cancel
Save