Repository: trafficserver Updated Branches: refs/heads/master cba128253 -> 07c1b3c6e
TS-4005: Disable freelist command line option fails under ASAN Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/07c1b3c6 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/07c1b3c6 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/07c1b3c6 Branch: refs/heads/master Commit: 07c1b3c6e51777de5203328f7ca96b61ee9bc39d Parents: cba1282 Author: Bryan Call <[email protected]> Authored: Mon Nov 9 16:09:23 2015 -0800 Committer: Bryan Call <[email protected]> Committed: Mon Nov 9 16:09:23 2015 -0800 ---------------------------------------------------------------------- proxy/Main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/07c1b3c6/proxy/Main.cc ---------------------------------------------------------------------- diff --git a/proxy/Main.cc b/proxy/Main.cc index e74d50b..0859603 100644 --- a/proxy/Main.cc +++ b/proxy/Main.cc @@ -166,7 +166,7 @@ HttpBodyFactory *body_factory = NULL; static int accept_mss = 0; static int cmd_line_dprintf_level = 0; // default debug output level from ink_dprintf function static int poll_timeout = -1; // No value set. -static bool cmd_disable_freelist = 0; +static int cmd_disable_freelist = 0; static volatile bool sigusr1_received = false; static volatile bool sigusr2_received = false;
