commit | 87e539906b13ed1d86684d9d3eab82b550fae02d | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sat Nov 28 19:32:14 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 02 09:45:18 2020 +0100 |
tree | 060ddb544debb6797334aae456abe83c50c9fafc | |
parent | 7a71a6d9d262d7a0f7c3d208ab339d469958011d [diff] |
MINOR: actions: add a function returning a service pointer from its name This function simply calls action_lookup() on the private service_keywords, to look up a service name. This will be used to detect double registration of a same service from Lua. This will be needed by a next patch to fix a bug and will have to be backported.