fixing the build for gcc 3.4.5

svn path=/trunk/; revision=26245
This commit is contained in:
Magnus Olsen 2007-04-02 09:01:15 +00:00
parent 550b42f6d2
commit fbfe1712be

View file

@ -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;