forhappy / zklua

Lua binding of apache zookeeper.
Apache License 2.0
99 stars 47 forks source link

fixed wrong lua stack index #9

Closed rgnine closed 10 years ago

rgnine commented 10 years ago

Lua stack index -1 is top of the stack but after push at that position there are the strings not the table being accessed.

This fixes acl_set as well as the create call which previously always returned INVALIDACL.