]> git.ipfire.org Git - thirdparty/squid.git/commit
Moved PID file management from Coordinator to Master: fix clang compiler error
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 21 Jan 2015 15:47:05 +0000 (17:47 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 21 Jan 2015 15:47:05 +0000 (17:47 +0200)
commita6201b10bf454984a54ae064aaa77cdfc7350379
tree5356e05e2dc41cfb736f4a152f375c24bc7d69ea
parentdbf55289570fd9d516da2324993e4bceea73eeaa
Moved PID file management from Coordinator to Master: fix clang compiler error

clang compilar complains for empty body in if statement:
     src/main.cc:1706:9: error: if statement has empty body
src/main.cc