]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of conn-err
authorSean Hefty <sean.hefty@intel.com>
Mon, 21 May 2012 23:43:48 +0000 (16:43 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 21 May 2012 23:43:48 +0000 (16:43 -0700)
examples/rstream.c

index 393b40f2e8e5937fdc526328f56e08c1b0fb47d0..cd8a962a9bdf88cf9a6dd2b9a41a6dcfa967be3e 100644 (file)
@@ -448,7 +448,8 @@ static int client_connect(void)
 {
        struct addrinfo *res;
        struct pollfd fds;
-       int ret, rs, err, len;
+       int ret, rs, err;
+       socklen_t len;
 
        ret = getaddrinfo(dst_addr, port, NULL, &res);
        if (ret) {