choosing another VM instance in PCB
authorLysann Kessler <lysann.kessler@student.hpi.uni-potsdam.de>
Sat, 2 Jun 2012 19:34:06 +0000 (21:34 +0200)
committerLysann Kessler <lysann.kessler@student.hpi.uni-potsdam.de>
Sat, 2 Jun 2012 19:34:06 +0000 (21:34 +0200)
libfreerdp-core/connection.c

index 9b2d7b9..6eb3844 100644 (file)
@@ -59,7 +59,7 @@ boolean rdp_send_pcb(rdpNego* nego) {
        STREAM* s;
        // XXX: this is a fixed RDP_PRECONNECTION_PDU_V2, with Id=0 and a Hyper-V instance id as string
        //      must be customizable in the final version.
-       uint8 buf[] = {0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x32, 0x00, 0x37, 0x00, 0x41, 0x00, 0x41, 0x00, 0x39, 0x00, 0x30, 0x00, 0x46, 0x00, 0x42, 0x00, 0x2d, 0x00, 0x36, 0x00, 0x43, 0x00, 0x30, 0x00, 0x44, 0x00, 0x2d, 0x00, 0x34, 0x00, 0x42, 0x00, 0x34, 0x00, 0x33, 0x00, 0x2d, 0x00, 0x42, 0x00, 0x36, 0x00, 0x31, 0x00, 0x32, 0x00, 0x2d, 0x00, 0x36, 0x00, 0x41, 0x00, 0x37, 0x00, 0x37, 0x00, 0x45, 0x00, 0x34, 0x00, 0x38, 0x00, 0x45, 0x00, 0x46, 0x00, 0x44, 0x00, 0x36, 0x00, 0x46, 0x00, 0x00, 0x00};
+       uint8 buf[] = {0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x32, 0x00, 0x39, 0x00, 0x46, 0x00, 0x46, 0x00, 0x43, 0x00, 0x46, 0x00, 0x35, 0x00, 0x42, 0x00, 0x2d, 0x00, 0x43, 0x00, 0x33, 0x00, 0x36, 0x00, 0x43, 0x00, 0x2d, 0x00, 0x34, 0x00, 0x34, 0x00, 0x35, 0x00, 0x38, 0x00, 0x2d, 0x00, 0x38, 0x00, 0x39, 0x00, 0x34, 0x00, 0x43, 0x00, 0x2d, 0x00, 0x33, 0x00, 0x41, 0x00, 0x33, 0x00, 0x30, 0x00, 0x32, 0x00, 0x37, 0x00, 0x30, 0x00, 0x39, 0x00, 0x31, 0x00, 0x35, 0x00, 0x31, 0x00, 0x42, 0x00, 0x00, 0x00};
 
        if(!nego_tcp_connect(nego)) return false;