]> git.ipfire.org Git - thirdparty/squid.git/commit - src/EventLoop.cc
Initialize EventLoop members
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 17 Feb 2013 02:09:16 +0000 (15:09 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 17 Feb 2013 02:09:16 +0000 (15:09 +1300)
commit2e2f336f756fe1fdf24017538e7144eee8118f98
tree9654c0db06403e2627d3fcafeae708b41fb157a0
parentf9fb22f530b782f2859a6e0f9dddd16193a5eae3
Initialize EventLoop members

These members are setup when starting the event loop, but it helps
to have them set to sane values on construction just in case.

 Detected by Coverity Scan. Issue 740515
src/EventLoop.cc