Codebase list nextnet / 8ef3930a-c2b5-492c-ab9d-c94391396efb/upstream
Import upstream version 0.0.2+git20180223.1.c8dc7a6 Kali Janitor 1 year, 7 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8181
8282 ip := raddr.(*net.UDPAddr).IP.String()
8383
84 reply := this.ParseReply(buff[0 : rlen])
84 reply := this.ParseReply(buff[0 : rlen-1])
8585 if len(reply.Names) == 0 && len(reply.Addresses) == 0 {
8686 continue
8787 }