Remove unused variable
Unused variable was added together with FIPS mode support, let's remove it.
This commit is contained in:
parent
6973b14eed
commit
74bbbdb5c3
@ -615,7 +615,6 @@ BOOL freerdp_context_new(freerdp* instance)
|
||||
rdpRdp* rdp;
|
||||
rdpContext* context;
|
||||
BOOL ret = TRUE;
|
||||
DWORD flags = WINPR_SSL_INIT_DEFAULT;
|
||||
instance->context = (rdpContext*) calloc(1, instance->ContextSize);
|
||||
|
||||
if (!instance->context)
|
||||
|
Loading…
Reference in New Issue
Block a user