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

shinrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3df8e50  Fix timing error in the tls_hook10 test.
3df8e50 is described below

commit 3df8e50916cc0dcb90365452e68088f3bd83311e
Author: Susan Hinrichs <shinr...@apache.org>
AuthorDate: Wed Sep 13 20:49:19 2017 +0000

    Fix timing error in the tls_hook10 test.
---
 tests/tools/plugins/ssl_hook_test.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tools/plugins/ssl_hook_test.cc 
b/tests/tools/plugins/ssl_hook_test.cc
index 5cdb004..e8ae055 100644
--- a/tests/tools/plugins/ssl_hook_test.cc
+++ b/tests/tools/plugins/ssl_hook_test.cc
@@ -38,9 +38,9 @@ int
 ReenableSSL(TSCont cont, TSEvent event, void *edata)
 {
   TSVConn ssl_vc = reinterpret_cast<TSVConn>(TSContDataGet(cont));
+  TSDebug(PN, "Callback reenable ssl_vc=%p", ssl_vc);
   TSVConnReenable(ssl_vc);
   TSContDestroy(cont);
-  TSDebug(PN, "Callback reenable ssl_vc=%p", ssl_vc);
   return TS_SUCCESS;
 }
 

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

Reply via email to