1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 15:09:02 +00:00

Corrected trivial typo

This commit is contained in:
luis
2010-05-17 17:56:29 +00:00
parent 5c60064871
commit ac860ca961

View File

@@ -1510,7 +1510,7 @@ static int send_ip_packet_sd(int sd, u8 *packet, unsigned int packetlen) {
ip->ip_off = ntohs(ip->ip_off);
#endif
res = Sendto("send_ip_packet", sd, packet, packetlen, 0,
res = Sendto("send_ip_packet_sd", sd, packet, packetlen, 0,
(struct sockaddr *) &sock,
(int) sizeof(struct sockaddr_in));