On Wed Aug 22 09:34:24 EDT 2012, [email protected] wrote: > i just said it like 2 times already that i think this destck() and the > result serveraddrs() check is bogus and is the source of all this > confustion. > > the "curdest" is handled as an end pointer in the rest of the code.
doesn't this code from procansw also treat qp->curdest as something
other than an end pointer?
if(p != qp->curdest)
p->code = Rserver;
since, if qp->curdest is an end pointer, then p!=qp->curdest ≡ 1.
- erik
