dplayx: Corrected the way nameserver initializes the sessiondesc structure on broadcast request reply.

This commit is contained in:
Alessandro Pignotti 2007-03-22 17:20:17 +01:00 committed by Alexandre Julliard
parent 28a9374323
commit 7169718d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{