Skip to content

Commit fda800f

Browse files
committed
Merge branch 'jk/maint-http-half-auth-fetch'
Finishing touches to squelch a compiler warning. * jk/maint-http-half-auth-fetch: remote-curl.c: Fix a compiler warning
2 parents 3a189da + 3771154 commit fda800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote-curl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ static int post_rpc(struct rpc_state *rpc)
400400
struct curl_slist *headers = NULL;
401401
int use_gzip = rpc->gzip_request;
402402
char *gzip_body = NULL;
403-
size_t gzip_size;
403+
size_t gzip_size = 0;
404404
int err, large_request = 0;
405405

406406
/* Try to load the entire request, if we can fit it into the

0 commit comments

Comments
 (0)