Browse Source

*** empty log message ***

Andrei Pelinescu-Onciul 23 năm trước cách đây
mục cha
commit
1e6e346197
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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;