commit | 469676423e5ad89086f08029c1988400f4f8fef2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 12 16:38:14 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 12 16:42:00 2021 +0100 |
tree | 1fd6c5dd8d73511a5d7d138621fdcffc4b62c65b | |
parent | 8952ea636b03fceb44c8172c4d9725a393e9146d [diff] |
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.