http-push: enable "proactive auth"
[gitweb.git] / remote-curl.c
index 0e720ee8bbf4cbc6a50336a1f1c93bfc63842fe3..0757b19a805ff129c19069d677cb5e5bd683a0fc 100644 (file)
@@ -859,7 +859,7 @@ int main(int argc, const char **argv)
 
        url = strbuf_detach(&buf, NULL);
 
-       http_init(remote, url);
+       http_init(remote, url, 0);
 
        do {
                if (strbuf_getline(&buf, stdin, '\n') == EOF) {