commit | 64345aaaf0dc2739983902cce4667089ad926a49 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 10 19:29:09 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 10 19:32:39 2016 +0200 |
tree | cccf6216b0d0f5b8bb66ac4c967226d178fbb476 | |
parent | d2629f293e43994dc96d36369dbc86131bd61243 [diff] |
BUILD: checks: remove the last strcat and eliminate a warning on OpenBSD OpenBSD emits warnings on usages of strcpy, strcat and sprintf (and probably a few others). Here we have a single such warning in all the code reintroduced by commit 0ba0e4a ("MEDIUM: Support sending email alerts") in 1.6-dev1. Let's get rid of it, the open-coding of strcat is as small as its usage and the the result is even more efficient. This fix needs to be backported to 1.6.