Changeset 59201 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Dec 21, 2015 4:38:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104824
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/hostres.c
r59167 r59201 226 226 } 227 227 228 if (RT_UNLIKELY(pHdr->Z != 0))229 {230 LogErr(("NAT: hostres: MBZ bits are not\n"));231 refuse(pData, m, RCode_FormErr);232 return 1;233 }234 235 228 if (RT_UNLIKELY(pHdr->qdcount != RT_H2N_U16_C(1))) 236 229 { … … 307 300 pHdr->ra = 1; /* the host provides recursion */ 308 301 pHdr->aa = 0; /* we are not authoritative */ 302 pHdr->Z = 0; /* clear rfc2535 dnssec bits */ 309 303 310 304 off = sizeof(*pHdr);
Note:
See TracChangeset
for help on using the changeset viewer.