- Forgot this file

svn path=/branches/aicom-network-branch/; revision=44811
This commit is contained in:
Cameron Gutman 2009-12-30 12:53:47 +00:00
parent 2caa9c0981
commit 175500c30b

View file

@ -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;
}