Removed function call with invalid arguments.
authorArmin Novak <armin.novak@thincast.com>
Tue, 23 Feb 2016 14:58:48 +0000 (15:58 +0100)
committerArmin Novak <armin.novak@thincast.com>
Tue, 23 Feb 2016 15:32:47 +0000 (16:32 +0100)
libfreerdp/core/rdp.c

index 2675a22..c3488f4 100644 (file)
@@ -340,10 +340,7 @@ BOOL rdp_read_header(rdpRdp* rdp, wStream* s, UINT16* length, UINT16* channelId)
                        return FALSE;
 
                if (!rdp->instance)
-               {
-                       freerdp_abort_connect(rdp->instance);
                        return FALSE;
-               }
 
                context = rdp->instance->context;