http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
As it is breaking the build when USE_CURL_MULTI is not defined. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4f66250df6
commit
68862a3152
@ -2297,7 +2297,9 @@ int main(int argc, char **argv)
|
|||||||
repo->url = rewritten_url;
|
repo->url = rewritten_url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef USE_CURL_MULTI
|
||||||
is_running_queue = 0;
|
is_running_queue = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Verify DAV compliance/lock support */
|
/* Verify DAV compliance/lock support */
|
||||||
if (!locking_available()) {
|
if (!locking_available()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user