diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Lossless_UDP_testserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Lossless_UDP_testserver.c b/testing/Lossless_UDP_testserver.c index 8deace82..5a89b00e 100644 --- a/testing/Lossless_UDP_testserver.c +++ b/testing/Lossless_UDP_testserver.c | |||
@@ -185,7 +185,7 @@ int main(int argc, char *argv[]) | |||
185 | while (1) { | 185 | while (1) { |
186 | networking_poll(ludp->net); | 186 | networking_poll(ludp->net); |
187 | do_lossless_udp(ludp); | 187 | do_lossless_udp(ludp); |
188 | connection = incoming_connection(ludp); | 188 | connection = incoming_connection(ludp, 0); |
189 | 189 | ||
190 | if (connection != -1) { | 190 | if (connection != -1) { |
191 | if (is_connected(ludp, connection) == 2) { | 191 | if (is_connected(ludp, connection) == 2) { |