http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
commit68862a3152691424a146a98ce52308e09faf5bb9
authorTay Ray Chuan <rctay89@gmail.com>
Sat, 6 Jun 2009 08:43:31 +0000 (6 16:43 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Jun 2009 17:56:27 +0000 (6 10:56 -0700)
tree2c0a044d05584a4967728e442e5ba2531db4bee8
parent4f66250df641362f381faae2aec439850a5a6e41
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>
http-push.c