From: Andre Date: Wed, 8 Mar 2006 17:45:01 +0000 (+0100) Subject: kill a pointless "optind = 1". X-Git-Tag: v0.2.11~37 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a8067654fc64119f391ffea59689eea7b3b46105 kill a pointless "optind = 1". --- diff --git a/http_recv.c b/http_recv.c index 04f87213..2e1d467b 100644 --- a/http_recv.c +++ b/http_recv.c @@ -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;