X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.c;h=c6fb8ace9f9f43935f4128fc223b01e6cb9fa605;hb=b57321f57b324320bdcf9f453ec4788da166f8f4;hp=ae27e0c9409b93558e50318f2dd0a4fe758293b5;hpb=5f5dbd719d0d8ec136f32a0a56674902bd85f72f;p=git.git diff --git a/http.c b/http.c index ae27e0c94..c6fb8ace9 100644 --- a/http.c +++ b/http.c @@ -137,7 +137,7 @@ static int http_options(const char *var, const char *value) return 0; } -#ifdef USE_CURL_MULTI +#ifdef USE_CURL_MULTI if (!strcmp("http.maxrequests", var)) { if (max_requests == -1) max_requests = git_config_int(var, value);