commit | 5def8ef7864339b3e1e01a6c621e0c831c9e3bac | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 29 15:19:33 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 29 15:19:33 2014 +0200 |
tree | 6e4d135598a12ed8934fd217b256f0f3945aef70 | |
parent | 912c119557873e8ae4835eff95f48fd4971a30cb [diff] |
BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg() Just like previous patch, this is a remains of an early implementation. Also fix the outdated comments above. The fix may be backported to 1.5 though the bug cannot be triggerred, thus it's just a matter of keeping the code clean.