> dblookup.c:816,821 - /sys/src/cmd/ndb/dblookup.c:814,822
>                       return 1;
>               }
>   
> +             if(t == nil)
> +                     continue;
> + 
>               /* see if delegating to us what we don't own */
>               for(nt = t; nt != nil; nt = nt->entry)
>                       if(rp->host && cistrcmp(rp->host->name, nt->val) == 0)

do we need this?  it will prevent nt->next from being checked.

- erik

Reply via email to