Browse Source

Fix compilation error under OS X.

Georgi Chorbadzhiyski 11 years ago
parent
commit
489ff43769
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      udp.c

+ 1
- 1
udp.c View File

@@ -182,8 +182,8 @@ int udp_connect_input(struct io *io) {
182 182
 					ts_LOGf("ERROR: Can't set multicast group %s source %s: %s\n",
183 183
 						str_addr, inet_ntoa(io->isrc), strerror(errno));
184 184
 				}
185
-#endif
186 185
 			}
186
+#endif
187 187
 		}
188 188
 	}
189 189
 

Loading…
Cancel
Save