mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-26 08:38:20 -04:00
Revert "DEV: coccinelle: Add rule to use chunk_istcat() instead of chunk_strncat()"
This reverts commitb9656e4837. It's not needed anymore since49b0482ed("CLEANUP: chunk: remove misleading chunk_strncat() function").
This commit is contained in:
parent
1f38bdb3f6
commit
64755bf856
1 changed files with 0 additions and 8 deletions
|
|
@ -60,14 +60,6 @@ struct buffer *b;
|
|||
- chunk_memcat(b, \(i.ptr\|istptr(i)\) , \(i.len\|istlen(i)\));
|
||||
+ chunk_istcat(b, i);
|
||||
|
||||
@@
|
||||
struct ist i;
|
||||
struct buffer *b;
|
||||
@@
|
||||
|
||||
- chunk_strncat(b, \(i.ptr\|istptr(i)\) , \(i.len\|istlen(i)\));
|
||||
+ chunk_istcat(b, i);
|
||||
|
||||
@@
|
||||
struct ist i;
|
||||
@@
|
||||
|
|
|
|||
Loading…
Reference in a new issue