]> git.ipfire.org Git - thirdparty/pdns.git/commit
On MacOS: 10761/head
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 24 Sep 2021 12:24:20 +0000 (14:24 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 24 Sep 2021 12:24:20 +0000 (14:24 +0200)
commitff57e19914a7969d2bd8c31fb394301735c03df9
tree5bc8c0c507ca14d30b8cb6b1afa57d25f050a8fc
parent33f7e0bcb440572c07c624b1dbcece366a681e6a
On MacOS:
pdns_recursor.cc:5069:67: error: non-constant-expression cannot be narrowed from type 'long long' to '__darwin_suseconds_t' (aka 'int') in initializer list [-Wc++11-narrowing]
  TCPOutConnectionManager::s_maxIdleTime = timeval{millis / 1000, (millis % 1000) * 1000 };
pdns/pdns_recursor.cc