]> git.ipfire.org Git - thirdparty/squid.git/commit
Do not check 'configured_once' in mainInitialize(). (#74)
authorEduard Bagdasaryan <dictiano@gmail.com>
Tue, 24 Oct 2017 15:50:03 +0000 (18:50 +0300)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 24 Oct 2017 15:50:03 +0000 (09:50 -0600)
commit4a950bad57aa7bd3216f40e954b0cdb3cbe4fca7
tree83d6c7af85297aa9fb3ec0f5cd35e4023198414b
parent8fe1a85a6896f7778ba60754ab6702007969f2d2
Do not check 'configured_once' in mainInitialize(). (#74)

Since mainInitialize() is called only once, there is no need to do this
check. I assume the check became obsolete since trunk r212: before this
revision, mainInitialize() could be called twice from main() with a
similar 'first_time' variable protection.
src/main.cc