]> git.ipfire.org Git - thirdparty/pdns.git/commit
Merge updated patch found in #664, which fixes #664 by removing the optimization...
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 23 May 2013 08:17:23 +0000 (10:17 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 23 May 2013 08:17:23 +0000 (10:17 +0200)
commit315dd2e6d945b624a0c611ea314b573ca3d9817e
tree544da01151a2681b2eb03eedb0ed9f4162b861f6
parent2df08388b0518c75ab280d88b012ed97be317d9f
Merge updated patch found in #664, which fixes #664 by removing the optimization of not using 'poll' when we are listening on only 1 socket. This will slow us down when listening to one socket only,
but hopefully only slightly. It does simplify the code.
pdns/nameserver.cc