- Initialize SocketError to 0 to prevent a bogus error from GCC

svn path=/trunk/; revision=44286
This commit is contained in:
Cameron Gutman 2009-11-25 18:08:43 +00:00
parent d1aeb20e33
commit 3384debaf5

View file

@ -47,7 +47,7 @@ VOID HandleSignalledConnection(PCONNECTION_ENDPOINT Connection)
NTSTATUS Status;
PIRP Irp;
PMDL Mdl;
ULONG SocketError;
ULONG SocketError = 0;
TI_DbgPrint(MID_TRACE,("Handling signalled state on %x (%x)\n",
Connection, Connection->SocketContext));