[ros-diffs] [greatlrd] 26245: fixing the build for gcc 3.4.5

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Mon Apr 2 11:01:15 CEST 2007


Author: greatlrd
Date: Mon Apr  2 13:01:15 2007
New Revision: 26245

URL: http://svn.reactos.org/svn/reactos?rev=26245&view=rev
Log:
fixing the build for gcc 3.4.5

Modified:
    trunk/reactos/drivers/network/tcpip/tcpip/dispatch.c

Modified: trunk/reactos/drivers/network/tcpip/tcpip/dispatch.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/tcpip/tcpip/dispatch.c?rev=26245&r1=26244&r2=26245&view=diff
==============================================================================
--- trunk/reactos/drivers/network/tcpip/tcpip/dispatch.c (original)
+++ trunk/reactos/drivers/network/tcpip/tcpip/dispatch.c Mon Apr  2 13:01:15 2007
@@ -1265,9 +1265,9 @@
  *     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;




More information about the Ros-diffs mailing list