mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Fixing a bunch of compiler warnings.
This commit is contained in:
parent
f1ae48ea53
commit
b790856a40
7 changed files with 10 additions and 9 deletions
|
@ -434,7 +434,7 @@ nb_dns_activity(struct nb_dns_info *nd, struct nb_dns_result *nr, char *errstr)
|
|||
register char **ap, **hap;
|
||||
register u_int16_t id;
|
||||
register const u_char *rdata;
|
||||
register u_int32_t rttl;
|
||||
register u_int32_t rttl = 0; // make compiler happy.
|
||||
register struct hostent *he;
|
||||
register size_t rdlen;
|
||||
ns_msg handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue