From fbfe1712be401701925d69b1fce164fc6be2a75f Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 2 Apr 2007 09:01:15 +0000 Subject: [PATCH] fixing the build for gcc 3.4.5 svn path=/trunk/; revision=26245 --- reactos/drivers/network/tcpip/tcpip/dispatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/network/tcpip/tcpip/dispatch.c b/reactos/drivers/network/tcpip/tcpip/dispatch.c index 3eacc972921..63cece1cc99 100644 --- a/reactos/drivers/network/tcpip/tcpip/dispatch.c +++ b/reactos/drivers/network/tcpip/tcpip/dispatch.c @@ -1265,9 +1265,9 @@ NTSTATUS DispTdiQueryInformationEx( * Status of operation */ { - PTCP_REQUEST_QUERY_INFORMATION_EX InputBuffer; + PTCP_REQUEST_QUERY_INFORMATION_EX InputBuffer = NULL; PTRANSPORT_CONTEXT TranContext; - PTI_QUERY_CONTEXT QueryContext; + PTI_QUERY_CONTEXT QueryContext = NULL; PVOID OutputBuffer; TDI_REQUEST Request; UINT Size;