ssh2_thread: Initialize 'context' to NULL

This commit is contained in:
Brendan Shanks 2018-06-26 00:10:34 -07:00
parent 76af9acc2a
commit 7208d01e91
1 changed files with 1 additions and 1 deletions

View File

@ -1724,7 +1724,7 @@ static Boolean ssh2_authentication_successful(LIBSSH2_SESSION *session, WindRec
void *ssh2_thread(WindRec*w) void *ssh2_thread(WindRec*w)
{ {
OSErr err; OSErr err;
lshcontext *context; lshcontext *context = NULL;
short port; short port;
int i; int i;
int result; int result;