WOW
authorteodor <teodor>
Wed, 14 Dec 2005 12:24:10 +0000 (12:24 +0000)
committerteodor <teodor>
Wed, 14 Dec 2005 12:24:10 +0000 (12:24 +0000)
udp.c

diff --git a/udp.c b/udp.c
index c98d4a1..8450502 100644 (file)
--- 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));