[ros-diffs] [spetreolle] 47086: Fix merge artifact.

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Sun May 2 21:25:51 CEST 2010


Author: spetreolle
Date: Sun May  2 21:25:50 2010
New Revision: 47086

URL: http://svn.reactos.org/svn/reactos?rev=47086&view=rev
Log:
Fix merge artifact.

Modified:
    branches/aicom-network-branch/dll/win32/msafd/misc/dllmain.c

Modified: branches/aicom-network-branch/dll/win32/msafd/misc/dllmain.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/dll/win32/msafd/misc/dllmain.c?rev=47086&r1=47085&r2=47086&view=diff
==============================================================================
--- branches/aicom-network-branch/dll/win32/msafd/misc/dllmain.c [iso-8859-1] (original)
+++ branches/aicom-network-branch/dll/win32/msafd/misc/dllmain.c [iso-8859-1] Sun May  2 21:25:50 2010
@@ -664,14 +664,6 @@
                                                Socket->TdiConnectionHandle,
                                                WSH_NOTIFY_BIND);
 
-    if (Status == STATUS_SUCCESS && (Socket->HelperEvents & WSH_NOTIFY_BIND))
-    {
-        Status = Socket->HelperData->WSHNotify(Socket->HelperContext,
-                                               Socket->Handle,
-                                               Socket->TdiAddressHandle,
-                                               Socket->TdiConnectionHandle,
-                                               WSH_NOTIFY_BIND);
-
         if (Status)
         {
             if (lpErrno) *lpErrno = Status;




More information about the Ros-diffs mailing list