// No need to null check as this has already been carried out in the
// calling method
- htx = smp_prefetch_htx(smp, chn, 1);
+ htx = smp_prefetch_htx(smp, chn, NULL, 1);
for (i = 0; i < global_51degrees.header_count; i++) {
name.ptr = (global_51degrees.header_names + i)->area;
// No need to null check as this has already been carried out in the
// calling method
- htx = smp_prefetch_htx(smp, chn, 1);
+ htx = smp_prefetch_htx(smp, chn, NULL, 1);
for (i = 0; i < global_51degrees.header_count; i++) {
name.ptr = (global_51degrees.header_names + i)->area;
struct htx *htx;
chn = (smp->strm ? &smp->strm->req : NULL);
- htx = smp_prefetch_htx(smp, chn, 1);
+ htx = smp_prefetch_htx(smp, chn, NULL, 1);
if (!htx)
return 0;