Explorar el Código

*** empty log message ***

Andrei Pelinescu-Onciul hace 23 años
padre
commit
1e6e346197
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      udp_server.c

+ 1 - 2
udp_server.c

@@ -323,8 +323,7 @@ qa_passed:
 #endif
 
 /* which socket to use? main socket or new one? */
-int udp_send(struct socket_info *source, char *buf, unsigned len,
-				union sockaddr_union*  to)
+int udp_send(struct socket_info *source, char *buf, unsigned len, union sockaddr_union*  to)
 {
 
 	int n;