mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
Fix compilation warning
This commit is contained in:
parent
66798ad0d8
commit
6f944ab196
@ -144,7 +144,9 @@ void gitno_consume_n(gitno_buffer *buf, size_t cons)
|
|||||||
|
|
||||||
int gitno_ssl_teardown(git_transport *t)
|
int gitno_ssl_teardown(git_transport *t)
|
||||||
{
|
{
|
||||||
int ret = ret;
|
#ifdef GIT_SSL
|
||||||
|
int ret;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!t->encrypt)
|
if (!t->encrypt)
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user