mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-05 04:56:10 +02:00
MINOR: log: One const should be enough.
"const const" doesn't bring much more constness, so only use one.
This commit is contained in:
parent
57f8185625
commit
54620523e2
@ -151,7 +151,7 @@ int get_log_facility(const char *fac);
|
||||
*
|
||||
* Return the adress of the \0 character, or NULL on error
|
||||
*/
|
||||
char *lf_text_len(char *dst, const const char *src, size_t len, size_t size, const struct logformat_node *node);
|
||||
char *lf_text_len(char *dst, const char *src, size_t len, size_t size, const struct logformat_node *node);
|
||||
|
||||
/*
|
||||
* Write a IP adress to the log string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user