From: Martti Rannanjärvi Date: Tue, 24 Oct 2017 07:24:23 +0000 (+0300) Subject: director: Don't use undefined DIRECTOR_CONNECTION_PING_TIMEOUT_MSECS X-Git-Tag: 2.3.0.rc1~722 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c347e983ac27d94c7b119d5a4aa3b5c876a7209;p=thirdparty%2Fdovecot%2Fcore.git director: Don't use undefined DIRECTOR_CONNECTION_PING_TIMEOUT_MSECS --- diff --git a/src/director/director-connection.c b/src/director/director-connection.c index 25d8f8f1df..23bd7546f7 100644 --- a/src/director/director-connection.c +++ b/src/director/director-connection.c @@ -84,10 +84,6 @@ #define DIRECTOR_SYNC_STALE_TIMESTAMP_RESET_SECS (60*2) #define DIRECTOR_MAX_CLOCK_DIFF_WARN_SECS 1 -#if DIRECTOR_CONNECTION_DONE_TIMEOUT_MSECS <= DIRECTOR_CONNECTION_PING_TIMEOUT_MSECS -# error DIRECTOR_CONNECTION_DONE_TIMEOUT_MSECS is too low -#endif - #if DIRECTOR_CONNECTION_PONG_TIMEOUT_MSECS <= DIRECTOR_CONNECTION_PING_IDLE_TIMEOUT_MSECS # error DIRECTOR_CONNECTION_PONG_TIMEOUT_MSECS is too low #endif