]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain)
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Thu, 29 May 2008 21:03:34 +0000 (23:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 May 2008 05:03:22 +0000 (07:03 +0200)
commit1acf2173669e2b82060412b2100943054ed620d5
treee77a178716ac9bbab6e46c1426a39cf5f8b231c8
parent8a7af6031240c162a09095c7c7e7e99c1e6a9549
[BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain)

Rename cookiedomain -> cookie_domain to be consistent with current
naming scheme. Also make sure cookie_domain is deallocated at deinit()
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/proto_http.c