You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/02/14 21:32:51 UTC

[trafficserver] branch 7.1.x updated: Use the correct Lua symbol for verify-server setting

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

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 9813515  Use the correct Lua symbol for verify-server setting
9813515 is described below

commit 9813515473b1ef13fb2bc32978d154f91de9c0c2
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Feb 14 09:52:58 2018 -0700

    Use the correct Lua symbol for verify-server setting
    
    (cherry picked from commit 28611506f975eb9141e768690c280c0db01d4eb4)
    
     Conflicts:
    	plugins/experimental/ts_lua/ts_lua_http_config.c
---
 plugins/experimental/ts_lua/ts_lua_http_config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/experimental/ts_lua/ts_lua_http_config.c b/plugins/experimental/ts_lua/ts_lua_http_config.c
index c9b1541..e807fb6 100644
--- a/plugins/experimental/ts_lua/ts_lua_http_config.c
+++ b/plugins/experimental/ts_lua/ts_lua_http_config.c
@@ -250,7 +250,7 @@ ts_lua_var_item ts_lua_http_config_vars[] = {
   TS_LUA_MAKE_VAR_ITEM(TS_LUA_CONFIG_HTTP_PARENT_PROXY_RETRY_TIME),
   TS_LUA_MAKE_VAR_ITEM(TS_LUA_CONFIG_HTTP_PER_PARENT_CONNECT_ATTEMPTS),
   TS_LUA_MAKE_VAR_ITEM(TS_LUA_CONFIG_HTTP_PARENT_CONNECT_ATTEMPT_TIMEOUT),
-  TS_LUA_MAKE_VAR_ITEM(TS_CONFIG_SSL_CLIENT_VERIFY_SERVER),
+  TS_LUA_MAKE_VAR_ITEM(TS_LUA_CONFIG_SSL_CLIENT_VERIFY_SERVER),
   TS_LUA_MAKE_VAR_ITEM(TS_LUA_CONFIG_HTTP_ALLOW_MULTI_RANGE),
   TS_LUA_MAKE_VAR_ITEM(TS_LUA_CONFIG_LAST_ENTRY),
 };

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.