]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
ttl is a uint32_t
authorMichael Brown <mcb30@etherboot.org>
Sat, 30 Apr 2005 19:38:31 +0000 (19:38 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sat, 30 Apr 2005 19:38:31 +0000 (19:38 +0000)
src/include/dns.h

index cd26a9611fc5453934e4577a2fa3b6a8fbd19f61..075a9413b43c146f872f90a85d25594813b54b92 100644 (file)
@@ -64,7 +64,7 @@ struct dns_query {
 struct dns_rr_info {
        uint16_t        type;
        uint16_t        class;
-       uint16_t        ttl;
+       uint32_t        ttl;
        uint16_t        rdlength;
 } __attribute__ (( packed ));