]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Further correction of the lockfile polling for the quick increment to 4.1.5 HYLAFAX-4_1_5
authorDarren Nickerson <darren.nickerson@ifax.com>
Tue, 22 Oct 2002 03:39:32 +0000 (03:39 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Tue, 22 Oct 2002 03:39:32 +0000 (03:39 +0000)
faxd/ModemServer.c++

index 8db5d12f1f30c48dbd0b93f1335471a40de75b53..fc76740edeac645e6f4452566d7a349a7370bea5 100644 (file)
@@ -731,7 +731,7 @@ ModemServer::timerExpired(long, long)
         * If a lockfile exists, go to LOCKWAIT
         */
        if (canLockModem()) {
-           Dispatcher::instance().startTimer(timeout, pollLockWait, this);
+           Dispatcher::instance().startTimer(pollLockWait, 0, this);
        } else {
            changeState(LOCKWAIT, pollLockWait);
        }