Fixed initialisation of kerberos context.

This commit is contained in:
Armin Novak 2017-02-23 11:06:47 +01:00
parent 70baa6fe26
commit b905e0c26d

View File

@ -67,7 +67,7 @@ static UINT32 transport_krb5_check_account(rdpTransport* transport, char* userna
char* passwd)
{
krb5_error_code ret;
krb5_context context;
krb5_context context = NULL;
krb5_principal principal = NULL;
char address[256];
krb5_ccache ccache;