Commit 7169718d authored by Alessandro Pignotti's avatar Alessandro Pignotti Committed by Alexandre Julliard

dplayx: Corrected the way nameserver initializes the sessiondesc structure on…

dplayx: Corrected the way nameserver initializes the sessiondesc structure on broadcast request reply.
parent 28a93743
......@@ -410,7 +410,7 @@ void NS_ReplyToEnumSessionsRequest( LPCVOID lpcMsg,
rmsg->envelope.wVersion = DPMSGVER_DP6;
CopyMemory( &rmsg->sd, lpDP->dp2->lpSessionDesc,
sizeof( lpDP->dp2->lpSessionDesc->dwSize ) );
lpDP->dp2->lpSessionDesc->dwSize );
rmsg->dwUnknown = 0x0000005c;
if( bAnsi )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment