mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 23:19:03 +00:00
Corrected trivial typo
This commit is contained in:
2
tcpip.cc
2
tcpip.cc
@@ -1510,7 +1510,7 @@ static int send_ip_packet_sd(int sd, u8 *packet, unsigned int packetlen) {
|
|||||||
ip->ip_off = ntohs(ip->ip_off);
|
ip->ip_off = ntohs(ip->ip_off);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
res = Sendto("send_ip_packet", sd, packet, packetlen, 0,
|
res = Sendto("send_ip_packet_sd", sd, packet, packetlen, 0,
|
||||||
(struct sockaddr *) &sock,
|
(struct sockaddr *) &sock,
|
||||||
(int) sizeof(struct sockaddr_in));
|
(int) sizeof(struct sockaddr_in));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user