summaryrefslogtreecommitdiff
path: root/testing/Lossless_UDP_testserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Lossless_UDP_testserver.c')
-rw-r--r--testing/Lossless_UDP_testserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Lossless_UDP_testserver.c b/testing/Lossless_UDP_testserver.c
index 9816b8b0..c898d887 100644
--- a/testing/Lossless_UDP_testserver.c
+++ b/testing/Lossless_UDP_testserver.c
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
76 connection = incoming_connection(); 76 connection = incoming_connection();
77 if(connection != -1) 77 if(connection != -1)
78 { 78 {
79 if(is_connected(connection) == 1) 79 if(is_connected(connection) == 3)
80 { 80 {
81 printf("Recieved the connection."); 81 printf("Recieved the connection.");
82 } 82 }