diff options
author | rpj <rpj> | 2005-05-18 14:34:18 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-18 14:34:18 +0000 |
commit | 70fb72bb490c66f06cdab08ad656c4ce52c71448 (patch) | |
tree | 513aa651f6589c9c3d30dde2d6c0c958c9339d0b /tests/cancel9.c | |
parent | a10f66e68253f8296ea624ebc6b55cd75cd0ba79 (diff) |
''
Diffstat (limited to 'tests/cancel9.c')
-rw-r--r-- | tests/cancel9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cancel9.c b/tests/cancel9.c index efa8ef2..b009161 100644 --- a/tests/cancel9.c +++ b/tests/cancel9.c @@ -97,7 +97,7 @@ test_udp (void *arg) } UDPSocket = socket (AF_INET, SOCK_DGRAM, 0); - if (UDPSocket == -1) + if ((int)UDPSocket == -1) { printf ("Server: socket ERROR \n"); exit (-1); |