]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
07_flow-opt-support.diff
[paraslash.git] / client_common.c
index 1536bb2e965ec94007fc81def6edbfac1d16b444..f3c96aada17a5bfe219038edce2a8feebe290a3b 100644 (file)
@@ -312,7 +312,7 @@ static int client_connect(struct client_task *ct)
 
        ct->rc4c.fd = -1;
        ret = makesock(AF_UNSPEC, IPPROTO_TCP, 0, ct->conf.hostname_arg,
-               ct->conf.server_port_arg);
+                      ct->conf.server_port_arg, NULL);
        if (ret < 0)
                return ret;
        ct->rc4c.fd = ret;