Changeset 59157 in vbox for trunk/src/VBox
- Timestamp:
- Dec 16, 2015 3:41:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/hostres.c
r59156 r59157 141 141 hostresolver(PNATState pData, struct mbuf *m) 142 142 { 143 struct label *l;144 143 int error; 145 144 … … 283 282 size_t qname; 284 283 uint16_t qtype, qclass; 285 struct label *l , **pparent;284 struct label *l; 286 285 287 286 /** … … 636 635 uint8_t *buf; 637 636 size_t wr, oend; 638 uint8_t terminator;639 637 const char *s; 640 641 char namestr[DNS_MAX_NAME_LEN + 1];642 638 643 639 size = -1;
Note:
See TracChangeset
for help on using the changeset viewer.