commit | 1ded605ad5e7a16dbd68463504c70acbd4887e5d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 16 15:35:46 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 30 17:33:25 2011 +0100 |
tree | 181cf8178d97313f53dcb41920aae2f144f46bfa | |
parent | 5e6cc4aad8c7a7bd83f64e5a2a360db01bc5003f [diff] |
CLEANUP: patterns: get rid of pattern_data_setstring() This function was only used to call chunk_init_len() from another chunk, which in the end consists in simply assigning the source chunk to the destination chunk. Let's remove this indirection to make the code clearer. Anyway it was the only place such a function was used.