Repository: trafficserver Updated Branches: refs/heads/master 551e9a0e6 -> 33d47a14a
Only throw assert for extreme clock skew in DEBUG Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/33d47a14 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/33d47a14 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/33d47a14 Branch: refs/heads/master Commit: 33d47a14a3ca6831afd357b0fa776645766259b1 Parents: be68bd8 Author: Thomas Jackson <[email protected]> Authored: Mon Jun 29 18:55:14 2015 -0700 Committer: Thomas Jackson <[email protected]> Committed: Mon Jun 29 18:59:01 2015 -0700 ---------------------------------------------------------------------- iocore/hostdb/I_HostDBProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/33d47a14/iocore/hostdb/I_HostDBProcessor.h ---------------------------------------------------------------------- diff --git a/iocore/hostdb/I_HostDBProcessor.h b/iocore/hostdb/I_HostDBProcessor.h index e4ef5f0..720401b 100644 --- a/iocore/hostdb/I_HostDBProcessor.h +++ b/iocore/hostdb/I_HostDBProcessor.h @@ -280,8 +280,8 @@ struct HostDBInfo { HostDBRoundRobin current_rr; memcpy(¤t_info, &info[i], sizeof(HostDBInfo)); memcpy(¤t_rr, this, sizeof(HostDBRoundRobin)); -#endif ink_assert(!"extreme clock skew"); +#endif app.http_data.last_failure = 0; return false; }
