This commit is contained in:
Gunter Knauf 2008-12-28 05:49:39 +00:00
Родитель 3eae7695fc
Коммит 122b0bfe82
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -2117,6 +2117,9 @@ static int ssh_getsock(struct connectdata *conn,
int numsocks)
{
#ifndef HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS
(void)conn;
(void)sock;
(void)numsocks;
/* if we don't know any direction we can just play along as we used to and
not provide any sensible info */
return GETSOCK_BLANK;