server: fix bug reading cookie in nego.
authorVic Lee <llyzs@163.com>
Sat, 20 Aug 2011 10:29:57 +0000 (18:29 +0800)
committerVic Lee <llyzs@163.com>
Sat, 20 Aug 2011 10:29:57 +0000 (18:29 +0800)
libfreerdp-core/nego.c

index c121bb9..1fff545 100644 (file)
@@ -302,6 +302,7 @@ boolean nego_recv_request(rdpNego* nego, STREAM* s)
                        if (c != '\x0A')
                                continue;
 
+                       stream_seek_uint8(s);
                        break;
                }
        }