Fix compilation warning

This commit is contained in:
nulltoken 2012-06-07 13:36:28 +02:00
parent 66798ad0d8
commit 6f944ab196

View File

@ -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;