diff options
Diffstat (limited to 'testing/Lossless_UDP_testserver.c')
-rw-r--r-- | testing/Lossless_UDP_testserver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/Lossless_UDP_testserver.c b/testing/Lossless_UDP_testserver.c index 00e537ac..8357c2ef 100644 --- a/testing/Lossless_UDP_testserver.c +++ b/testing/Lossless_UDP_testserver.c | |||
@@ -174,7 +174,6 @@ int main(int argc, char *argv[]) | |||
174 | if(is_connected(connection) >= 2) | 174 | if(is_connected(connection) >= 2) |
175 | { | 175 | { |
176 | read = read_packet(connection, buffer); | 176 | read = read_packet(connection, buffer); |
177 | |||
178 | if(read != 0) | 177 | if(read != 0) |
179 | { | 178 | { |
180 | // printf("Recieved data.\n"); | 179 | // printf("Recieved data.\n"); |