]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_recv.c
the paraslash-0.2.11 release tarball
[paraslash.git] / http_recv.c
index 04f872133b1d5d8844691a2ef29caf07ce97f2f5..2e1d467b0a20b4b5dccf7f23b3724f7d3c942d4b 100644 (file)
@@ -175,7 +175,6 @@ static int http_recv_open(struct receiver_node *rn)
        rn->buf = para_calloc(BUFSIZE);
        rn->private_data = para_calloc(sizeof(struct private_http_recv_data));
        phd = rn->private_data;
-       optind = 0;
        ret = -E_HOST_INFO;
        if (!(he = get_host_info(conf->host_arg)))
                goto err_out;