]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] standard: change arg type from const char* to char*
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Oct 2010 21:21:42 +0000 (23:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:37 +0000 (19:04 +0200)
commit74172757c7b5633e00eac065bf6306f7338fbbee
treefe247d6c7ff94b1c055a169286af642e37d1518c
parent4ec83cd9398df1dae37f0ba47094f7ec0c84bf46
[MINOR] standard: change arg type from const char* to char*

inetaddr_host_lim_ret() used to make use of const char** for some
args, but that make it impossible ot use char** due to the way
controls are made by gcc. So let's change that.
include/common/standard.h
src/standard.c