Skip to content

Commit

Permalink
Configuration read fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiesec committed Jan 11, 2024
1 parent d6d0f4f commit 2170ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcFirewall/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ AddressRangeFilter extractAddressFromConfigLine(const std::wstring& confLine)
aripv4.maxAddr = addrNum;

addrRange.ipv4 = aripv4;
WRITE_DEBUG_MSG_WITH_STATUS(L"Got regular IPv4 address with min value: ", addrRange.ipv4->minAddr);
WRITE_DEBUG_MSG_WITH_STATUS(L"Got regular IPv4 address with value: ", addrRange.ipv4->minAddr);
addrRange.ipv6 = AddressRangeIpv6{};
}
else if (isIpv6Address(address))
Expand Down

0 comments on commit 2170ede

Please sign in to comment.