]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: vars: make smp_fetch_var() to reuse vars_get_by_desc()
authorDragan Dosen <ddosen@haproxy.com>
Mon, 22 Feb 2021 16:39:02 +0000 (17:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Feb 2021 16:23:53 +0000 (17:23 +0100)
commitec0a604f274b28ff397c6490b4556519520e99a6
tree61a85ad77aa673a1f88ff9b48f3bb2e41a31f027
parent14518f2305027dfd537c1be0f88350337b5fba23
CLEANUP: vars: make smp_fetch_var() to reuse vars_get_by_desc()

They both do the same thing, so let's remove unneeded code duplication.
src/vars.c