Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix various dead stores found by the clang static analyzer
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 30d2d340418f7f40b77823b1b58b307985347bdf..671569594e3f8c08ce7727cd7a2db68aaf1de9c6 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-816,7
+816,7
@@
static void finish_request(struct transfer_request *request)
#ifdef USE_CURL_MULTI
static int fill_active_slot(void *unused)
{
- struct transfer_request *request
= request_queue_head
;
+ struct transfer_request *request;
if (aborted)
return 0;