]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: lua: get rid of the last "*ht" for struct hlua_txn.
authorWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:14:06 +0000 (11:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:14:06 +0000 (11:14 +0200)
commit9a8ad866483d4dcb0e9e7cbe0bb7f995c9e44f52
tree32f017d9d71273e8fc535848ba464195ce1be518
parentb2ccb5644bb180236ce88eb3073191a5dd70ae7d
CLEANUP: lua: get rid of the last "*ht" for struct hlua_txn.

All other ones are called "htxn", call it similarly in hlua_http_new(),
this will make copy-paste safer.
src/hlua.c