From 7169718d6e570b964bea9c9d6db018ecb1f69a69 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Thu, 22 Mar 2007 17:20:17 +0100 Subject: [PATCH] dplayx: Corrected the way nameserver initializes the sessiondesc structure on broadcast request reply. --- dlls/dplayx/name_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dplayx/name_server.c b/dlls/dplayx/name_server.c index c731ea6c3fa..f46af67c956 100644 --- a/dlls/dplayx/name_server.c +++ b/dlls/dplayx/name_server.c @@ -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 ) {