From: teodor Date: Wed, 14 Dec 2005 12:24:10 +0000 (+0000) Subject: WOW X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=tedtools.git;a=commitdiff_plain;h=6e990f2b2e9fc2dda56f9418ec8898fc44ef8112 WOW --- diff --git a/udp.c b/udp.c index c98d4a1..8450502 100644 --- a/udp.c +++ b/udp.c @@ -41,7 +41,7 @@ int TC_AcceptUdp(char *host, int port) { struct sockaddr_in serv_addr; - int sockfd, flags; + int sockfd, flags; if ( (sockfd = socket(AF_INET, SOCK_DGRAM, 0)) < 0) tlog(TL_CRIT|TL_EXIT, "udp socket %s", strerror(errno));