mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 09:33:20 +02:00
Split alloc_new_proxy() in two functions: the preparing part is now handled by setup_new_proxy() which can be called individually, while alloc_new_proxy() takes care of allocating a new proxy struct and then calling setup_new_proxy() with the freshly allocated proxy.