]> git.ipfire.org Git - thirdparty/squid.git/commit
Polished r9854 "crash on shutdown" changes by removing explicit String
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 27 Jul 2009 01:51:24 +0000 (19:51 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 27 Jul 2009 01:51:24 +0000 (19:51 -0600)
commit1fcb2113ac4565c0ef2d056a163024e20fa43fdf
treea7c7211544842bad0cd6634559ce18efeff8cd0e
parent5491c11eb8d9454414cad9fe87ab064ab60cc74d
Polished r9854 "crash on shutdown" changes by removing explicit String
creation. It should be sufficient to just declare TheNullServices as
a constant C string.

When a C string constant is in use, the code becomes less efficient, but
this will be solved when we can go back to using a String class.
src/adaptation/History.cc