[ros-diffs] [cgutman] 36859: - Change the possible return statuses

cgutman at svn.reactos.org cgutman at svn.reactos.org
Mon Oct 20 22:42:10 CEST 2008


Author: cgutman
Date: Mon Oct 20 15:42:09 2008
New Revision: 36859

URL: http://svn.reactos.org/svn/reactos?rev=36859&view=rev
Log:
 - Change the possible return statuses

Modified:
    branches/aicom-network-fixes/lib/drivers/ip/network/router.c

Modified: branches/aicom-network-fixes/lib/drivers/ip/network/router.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/lib/drivers/ip/network/router.c?rev=36859&r1=36858&r2=36859&view=diff
==============================================================================
--- branches/aicom-network-fixes/lib/drivers/ip/network/router.c [iso-8859-1] (original)
+++ branches/aicom-network-fixes/lib/drivers/ip/network/router.c [iso-8859-1] Mon Oct 20 15:42:09 2008
@@ -390,7 +390,7 @@
 
     TI_DbgPrint(DEBUG_ROUTER, ("Leaving\n"));
 
-    return Found ? STATUS_NO_SUCH_FILE : STATUS_SUCCESS;
+    return Found ? STATUS_SUCCESS : STATUS_UNSUCCESSFUL;
 }
 
 



More information about the Ros-diffs mailing list