]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: server: Remove useless "filepath" variable in apply_server_state()
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Feb 2021 15:38:14 +0000 (16:38 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Feb 2021 15:42:00 +0000 (16:42 +0100)
commit469676423e5ad89086f08029c1988400f4f8fef2
tree1fd6c5dd8d73511a5d7d138621fdcffc4b62c65b
parent8952ea636b03fceb44c8172c4d9725a393e9146d
CLEANUP: server: Remove useless "filepath" variable in apply_server_state()

This variable is now only used to point on the local server-state file. When
the server-state is global, it is unused. So, we now use "localfilepath"
instead. Thus, the "filepath" variable can safely be removed.
src/server.c