commit | 9db0fedb596c278558b526b520925a8ea3a160c1 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Jun 14 15:40:47 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 14 18:57:26 2018 +0200 |
tree | 955fbca31db986a5f1fdd768abcb9f6089d9af40 | |
parent | dcd6f3a597b274581953eb04c300b7fea5bcae4f [diff] |
BUG/MINOR: tasklets: Just make sure we don't pass a tasklet to the handler. We can't just set t to NULL if it's a tasklet, or we'd have a hard time accessing to t->process, so just make sure we pass NULL as the first parameter of t->process if it's a tasklet. This should be a non-issue at this point, as tasklets aren't used yet.