dplayx: Corrected the way nameserver initializes the sessiondesc structure on broadcast request reply.
This commit is contained in:
parent
28a9374323
commit
7169718d6e
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue