Codebase list nextnet / 007cc2d4-a37a-4250-8473-f4c71954f3c2/upstream
Import upstream version 0.0.2+git20180223.c8dc7a6 Kali Janitor 3 years 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 }