commit | 53c9b4db41337d5894c5791ce9905fe665faa09f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 03 21:38:18 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:35:52 2015 +0200 |
tree | 683de00197610756a60ac6c2505b5a903c53d20c | |
parent | 9ad7bd48d257d8ec93c7cce0ef94baf813e2b9fc [diff] |
CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL The stream may never be null given that all these functions are called from sample_process(). Let's remove this now confusing test which sometimes happens after a dereference was already done.