projects
/
tedtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc0674
)
WOW
author
teodor
<teodor>
Wed, 14 Dec 2005 12:24:10 +0000
(12:24 +0000)
committer
teodor
<teodor>
Wed, 14 Dec 2005 12:24:10 +0000
(12:24 +0000)
udp.c
patch
|
blob
|
history
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));