Actions
Bug #2832
closedrust/dns/lua - The Lua calls for DNS values when using Rust don't behave the same as the C implementation. (4.0.x)
Affected Versions:
Effort:
Difficulty:
Label:
Description
In particular, the Rust call will return 0 if there is no value to return, C will return 1 and an empty table.
The Rust version should do the same as the C version.
Actions