- Fix building with TRACE enabled.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24414 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
404a0fea46
commit
5d27657bfd
@ -170,8 +170,8 @@ find_route(net_domain *_domain, const sockaddr *address)
|
|||||||
continue;
|
continue;
|
||||||
} else if (!domain->address_module->equal_addresses(address,
|
} else if (!domain->address_module->equal_addresses(address,
|
||||||
route->destination))
|
route->destination))
|
||||||
continue
|
continue;
|
||||||
|
|
||||||
TRACE((" found route: %s, flags %lx\n",
|
TRACE((" found route: %s, flags %lx\n",
|
||||||
AddressString(domain, route->destination).Data(), route->flags));
|
AddressString(domain, route->destination).Data(), route->flags));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user