lua/uloop: make get_sock_fd capable of absolute addresses
authorKarl Palsson <karlp@etactica.com>
Tue, 30 Jun 2020 10:38:42 +0000 (10:38 +0000)
committerPetr Štetiar <ynezz@true.cz>
Sat, 11 Jul 2020 09:15:12 +0000 (11:15 +0200)
commitc0941d3289fc0f1468ad6384f7af141cfd4adead
treeacbd77adcea23367f491d6860edd83fd4ff557b5
parent161c25960ba23e46ff960e84f25055f94758b909
lua/uloop: make get_sock_fd capable of absolute addresses

The original code required the use of relative addresses into the lua
stack.  It should accept either.

Signed-off-by: Karl Palsson <karlp@etactica.com>
lua/uloop.c