summaryrefslogtreecommitdiff
blob: ece4f76f806f3fcbfa4b9918d040a7ba20717b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u -r esound-0.2.41.old/clients.c esound-0.2.41/clients.c
--- esound-0.2.41.old/clients.c	2008-11-26 20:01:03.000000000 +0200
+++ esound-0.2.41/clients.c	2008-11-26 20:01:47.000000000 +0200
@@ -175,6 +175,8 @@
 	    ESDBG_TRACE( 
 	    if (esd_use_tcpip) {
 
+		unsigned long addr;
+
 		port = ntohs( incoming.sin_port );
 		addr = ntohl( incoming.sin_addr.s_addr );