mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 19:51:31 +00:00
http: Unrustle
This commit is contained in:
parent
aa1c3b588e
commit
f6c18dda04
@ -623,13 +623,10 @@ static void http_free(git_smart_subtransport *smart_transport)
|
||||
git__free(t);
|
||||
}
|
||||
|
||||
int git_smart_subtransport_http(git_smart_subtransport **out,
|
||||
git_transport *owner)
|
||||
int git_smart_subtransport_http(git_smart_subtransport **out, git_transport *owner)
|
||||
{
|
||||
http_subtransport *t;
|
||||
|
||||
(void)flags;
|
||||
|
||||
if (!out)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user