This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 7a87207 TS-5010: Initialize the regex pointer properly
7a87207 is described below
commit 7a872070ef15cad184d13b0b445811212c24f3a9
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed Oct 26 17:19:27 2016 -0600
TS-5010: Initialize the regex pointer properly
---
plugins/experimental/geoip_acl/acl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/experimental/geoip_acl/acl.h
b/plugins/experimental/geoip_acl/acl.h
index 81cb11f..635e0c6 100644
--- a/plugins/experimental/geoip_acl/acl.h
+++ b/plugins/experimental/geoip_acl/acl.h
@@ -93,7 +93,7 @@ protected:
class RegexAcl
{
public:
- RegexAcl(Acl *acl) : _extra(NULL), _next(NULL), _acl(acl) {}
+ RegexAcl(Acl *acl) : _rex(NULL), _extra(NULL), _next(NULL), _acl(acl) {}
const std::string &
get_regex() const
{
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].