more constants
This commit is contained in:
parent
18d5a36a28
commit
da20ccc711
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ skipquestion(uchar *buf, uchar *ebuf, uchar *p, int n)
|
||||||
for(i=0; i<n; i++){
|
for(i=0; i<n; i++){
|
||||||
if((len = dn_expand(buf, ebuf, p, tmp, sizeof tmp)) <= 0)
|
if((len = dn_expand(buf, ebuf, p, tmp, sizeof tmp)) <= 0)
|
||||||
return nil;
|
return nil;
|
||||||
p += NS_QFIXEDSZ+len;
|
p += 4+len;
|
||||||
}
|
}
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue