Browse Source

ttl is a uint32_t

tags/v0.9.3
Michael Brown 20 years ago
parent
commit
3b59bf559c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/dns.h

+ 1
- 1
src/include/dns.h View File

64
 struct dns_rr_info {
64
 struct dns_rr_info {
65
 	uint16_t	type;
65
 	uint16_t	type;
66
 	uint16_t	class;
66
 	uint16_t	class;
67
-	uint16_t	ttl;
67
+	uint32_t	ttl;
68
 	uint16_t	rdlength;
68
 	uint16_t	rdlength;
69
 } __attribute__ (( packed ));
69
 } __attribute__ (( packed ));
70
 
70
 

Loading…
Cancel
Save