This is an automated email from the ASF dual-hosted git repository.
dagit 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 80906a3 Corrects return value for success case
80906a3 is described below
commit 80906a31861d3947f9fab6f4cba82ef6af97a6bd
Author: Derek Dagit <[email protected]>
AuthorDate: Fri Apr 20 15:00:52 2018 -0500
Corrects return value for success case
---
proxy/InkAPI.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/InkAPI.cc b/proxy/InkAPI.cc
index 6b3e520..fbda92a 100644
--- a/proxy/InkAPI.cc
+++ b/proxy/InkAPI.cc
@@ -5565,7 +5565,7 @@ TSHttpTxnOutgoingAddrSet(TSHttpTxn txnp, const struct
sockaddr *addr)
sm->ua_txn->set_outbound_port(ats_ip_port_host_order(addr));
sm->ua_txn->set_outbound_ip(IpAddr(addr));
- return TS_ERROR;
+ return TS_SUCCESS;
}
sockaddr const *
--
To stop receiving notification emails like this one, please contact
[email protected].