]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: make parse_logformat_string() take a const char *
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Dec 2012 11:36:33 +0000 (12:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Dec 2012 11:36:33 +0000 (12:36 +0100)
commitb83bc1e1c132845207d24b4434223ae82f7da1f9
tree60c47817c4de7c438021755048d64d38eaeda861
parent5c2e198390911890d2b78472c909402c836a9d36
MINOR: log: make parse_logformat_string() take a const char *

Sometimes we can't pass a char *, and there is no need for this since we strdup() it.
include/proto/log.h
src/log.c