mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Forgot this file
svn path=/branches/aicom-network-branch/; revision=44811
This commit is contained in:
@@ -76,8 +76,8 @@ int TCPPacketSend(void *ClientData, OSK_PCHAR data, OSK_UINT len ) {
|
||||
return OSK_EINVAL;
|
||||
}
|
||||
|
||||
if(!(NCE = RouteGetRouteToDestination( &RemoteAddress ))) {
|
||||
TI_DbgPrint(MIN_TRACE,("No route to %s\n", A2S(&RemoteAddress)));
|
||||
if(!(NCE = NBLocateNeighbor( &LocalAddress ))) {
|
||||
TI_DbgPrint(MIN_TRACE,("Interface doesn't exist! %s\n", A2S(&LocalAddress)));
|
||||
return OSK_EADDRNOTAVAIL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user