mirror of https://github.com/macssh/macssh.git
ssh2_thread: Initialize 'context' to NULL
This commit is contained in:
parent
76af9acc2a
commit
7208d01e91
|
@ -1724,7 +1724,7 @@ static Boolean ssh2_authentication_successful(LIBSSH2_SESSION *session, WindRec
|
|||
void *ssh2_thread(WindRec*w)
|
||||
{
|
||||
OSErr err;
|
||||
lshcontext *context;
|
||||
lshcontext *context = NULL;
|
||||
short port;
|
||||
int i;
|
||||
int result;
|
||||
|
|
Loading…
Reference in New Issue