]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed the "reply" parameter and "this->reply = reply" assignment from
authorrousskov <>
Mon, 23 Jul 2007 22:55:31 +0000 (22:55 +0000)
committerrousskov <>
Mon, 23 Jul 2007 22:55:31 +0000 (22:55 +0000)
commite0f92cbf028766e7f5eccfe8bdfc7dc3cd187f58
treecd66950fc34cbfbfacc552a7e01fdc9caaf3e7b4
parent6ecaf21a39bd815f4fb930327d8b514e32c54a4f
Removed the "reply" parameter and "this->reply = reply" assignment from
Server::setReply() because the actual parameter was always "reply". The
code setReply() replaced did not have the assignment either.

Eventually, the setReply() method needs to be renamed because the reply is
already set when we call it.
src/Server.cc
src/Server.h
src/ftp.cc
src/http.cc