From ac860ca96187f7808a3f9d84d94f68f646619988 Mon Sep 17 00:00:00 2001 From: luis Date: Mon, 17 May 2010 17:56:29 +0000 Subject: [PATCH] Corrected trivial typo --- tcpip.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpip.cc b/tcpip.cc index e9c37922a..7a9e71925 100644 --- a/tcpip.cc +++ b/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); #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));