TS-2499 Anal indentation changes.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/7c575510 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/7c575510 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/7c575510 Branch: refs/heads/5.0.x Commit: 7c575510531137295a7d14f096e21c07d33ab3d6 Parents: 80d4505 Author: Leif Hedstrom <[email protected]> Authored: Thu Jan 16 10:22:36 2014 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Thu Jan 16 10:22:36 2014 -0700 ---------------------------------------------------------------------- plugins/header_rewrite/operators.cc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7c575510/plugins/header_rewrite/operators.cc ---------------------------------------------------------------------- diff --git a/plugins/header_rewrite/operators.cc b/plugins/header_rewrite/operators.cc index da14d35..9aa7ebe 100644 --- a/plugins/header_rewrite/operators.cc +++ b/plugins/header_rewrite/operators.cc @@ -383,6 +383,7 @@ void OperatorAddHeader::exec(const Resources& res) const { std::string value; + _value.append_value(value, res); VariableExpander ve(value);
