commit | de49138b9ca56406bffaceb9f32c61442a1a18d3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:04:28 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:04:28 2015 +0200 |
tree | e34746de17ff6e391ba6d5f70f4b6c8cd766c919 | |
parent | 07081fe6b70a9448dc91179ab76499e183c1d459 [diff] |
CLEANUP: lua: fix confusing local variable naming in hlua_txn_new() Struct hlua_txn is called "htxn" or "ht" everywhere, while here it's called "hs" which is the name used everywhere for struct "hlua_smp". Such confusion participate to the dangers of copy-pasting code, so let's fix the name here.