mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 03:24:29 +08:00
Reflect changes to libnetworking/arpa/nameser.h.
This commit is contained in:
@@ -162,7 +162,7 @@ ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
|
||||
NS_GET16(rr->type, handle->_ptr);
|
||||
if (handle->_ptr + NS_INT16SZ > handle->_eom)
|
||||
goto emsgsize;
|
||||
NS_GET16(rr->class, handle->_ptr);
|
||||
NS_GET16(rr->rr_class, handle->_ptr);
|
||||
if (section == ns_s_qd) {
|
||||
rr->ttl = 0;
|
||||
rr->rdlength = 0;
|
||||
|
||||
Reference in New Issue
Block a user