]> git.ipfire.org Git - thirdparty/pdns.git/commit
Move each Lua function lambda to its own toplevel function.
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 28 Feb 2025 07:37:57 +0000 (08:37 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 28 Feb 2025 07:45:20 +0000 (08:45 +0100)
commit19ef987ea031a8628e2f554cca6c0c0dfea69e76
treed015d5ba79ee784f32b113c28b051bdd028e4754
parent90dfa3d8655a0e654778655b776c5ee4e937c0f9
Move each Lua function lambda to its own toplevel function.

This does not change anything, but reduces indent and makes the code
easier to read. No functional change yet.
pdns/lua-record.cc