mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix compile error.
This commit is contained in:
parent
5565e19e57
commit
c227563baf
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ void AnonymizeIPAddr_A50::init()
|
||||||
int AnonymizeIPAddr_A50::PreservePrefix(ipaddr32_t input, int num_bits)
|
int AnonymizeIPAddr_A50::PreservePrefix(ipaddr32_t input, int num_bits)
|
||||||
{
|
{
|
||||||
DEBUG_MSG("%s/%d\n",
|
DEBUG_MSG("%s/%d\n",
|
||||||
IPAddr(IPAddr::IPv4, &input, IPAddr::Network)->AsString().c_str(),
|
IPAddr(IPAddr::IPv4, &input, IPAddr::Network).AsString().c_str(),
|
||||||
num_bits);
|
num_bits);
|
||||||
|
|
||||||
if ( ! before_anonymization )
|
if ( ! before_anonymization )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue