mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 09:10:46 +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);
|
git__free(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
int git_smart_subtransport_http(git_smart_subtransport **out,
|
int git_smart_subtransport_http(git_smart_subtransport **out, git_transport *owner)
|
||||||
git_transport *owner)
|
|
||||||
{
|
{
|
||||||
http_subtransport *t;
|
http_subtransport *t;
|
||||||
|
|
||||||
(void)flags;
|
|
||||||
|
|
||||||
if (!out)
|
if (!out)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user