You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2017/02/01 20:04:18 UTC

[trafficserver] branch 6.2.x updated: Revert "Fix Assertion failure in the regex_revalidate plugin."

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/6.2.x by this push:
       new  f7d94fc   Revert "Fix Assertion failure in the regex_revalidate plugin."
f7d94fc is described below

commit f7d94fc1d53b3ab0c7758e8c62b459146064ae87
Author: Phil Sorber <so...@apache.org>
AuthorDate: Wed Feb 1 13:03:28 2017 -0700

    Revert "Fix Assertion failure in the regex_revalidate plugin."
    
    This reverts commit e867cc5e28cbbbafd6564a5539246d5267b6d334.
---
 plugins/experimental/regex_revalidate/regex_revalidate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/experimental/regex_revalidate/regex_revalidate.c b/plugins/experimental/regex_revalidate/regex_revalidate.c
index 658f15a..0ff10ff 100644
--- a/plugins/experimental/regex_revalidate/regex_revalidate.c
+++ b/plugins/experimental/regex_revalidate/regex_revalidate.c
@@ -348,7 +348,7 @@ config_handler(TSCont cont, TSEvent event ATS_UNUSED, void *edata ATS_UNUSED)
     iptr = __sync_val_compare_and_swap(&(pstate->invalidate_list), pstate->invalidate_list, i);
 
     if (iptr) {
-      free_cont = TSContCreate(free_handler, TSMutexCreate());
+      free_cont = TSContCreate(free_handler, NULL);
       TSContDataSet(free_cont, (void *)iptr);
       TSContSchedule(free_cont, FREE_TMOUT, TS_THREAD_POOL_TASK);
     }

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].