From: Daniel Stenberg Date: Fri, 22 May 2015 07:57:16 +0000 (+0200) Subject: http: removed self assignment X-Git-Tag: curl-7_43_0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04bab8873e45a59d71e146409035ba151bc877a;p=thirdparty%2Fcurl.git http: removed self assignment Follow-up fix from b0143a2a33f0 Detected by coverity. CID 1299429 --- diff --git a/lib/http.c b/lib/http.c index 2745160284..ef55364eea 100644 --- a/lib/http.c +++ b/lib/http.c @@ -1475,8 +1475,6 @@ CURLcode Curl_http_done(struct connectdata *conn, #endif /* set the proper values (possibly modified on POST) */ - data->set.fread_func = data->set.fread_func; /* restore */ - data->set.in = data->set.in; /* restore */ conn->seek_func = data->set.seek_func; /* restore */ conn->seek_client = data->set.seek_client; /* restore */