Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Set proxy override with http_init()
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index b2b410df902f2a4f2bca634d82cf103d288c9042..869c01c75bfd9896aa6a4013701f55270958fff9 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-2233,7
+2233,7
@@
int main(int argc, char **argv)
memset(remote_dir_exists, -1, 256);
- http_init();
+ http_init(
NULL
);
no_pragma_header = curl_slist_append(no_pragma_header, "Pragma:");