mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
- Forgot to change debug print
svn path=/trunk/; revision=42812
This commit is contained in:
parent
da1fa88e1c
commit
a2e0b86cd0
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ NTSTATUS FileOpenAddress(
|
||||||
if (!AddrIsUnspecified(&AddrFile->Address) &&
|
if (!AddrIsUnspecified(&AddrFile->Address) &&
|
||||||
!AddrLocateInterface(&AddrFile->Address)) {
|
!AddrLocateInterface(&AddrFile->Address)) {
|
||||||
exFreePool(AddrFile);
|
exFreePool(AddrFile);
|
||||||
TI_DbgPrint(MIN_TRACE, ("Non-local address given (0x%X).\n", DN2H(IPv4Address)));
|
TI_DbgPrint(MIN_TRACE, ("Non-local address given (0x%X).\n", A2S(&AddrFile->Address)));
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue