Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7004: factor out gpg setup
[gitweb.git]
/
http-backend.c
diff --git
a/http-backend.c
b/http-backend.c
index ab5015d9d90cdbc5ac6126090e7b5a1cbf0bd626..59ad7da605f711af6970d6832db32efd62b6ea97 100644
(file)
--- a/
http-backend.c
+++ b/
http-backend.c
@@
-271,7
+271,7
@@
static struct rpc_service *select_service(const char *name)
static void inflate_request(const char *prog_name, int out)
{
-
z_
stream stream;
+
git_z
stream stream;
unsigned char in_buf[8192];
unsigned char out_buf[8192];
unsigned long cnt = 0;