From a8067654fc64119f391ffea59689eea7b3b46105 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 8 Mar 2006 18:45:01 +0100 Subject: [PATCH] kill a pointless "optind = 1". --- http_recv.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2