Browse Source

Fix build with -DDEBUG

masterv6
ValdikSS 7 years ago
parent
commit
f638e23ab6
  1. 2
      dnsredir.c

2
dnsredir.c

@ -195,6 +195,6 @@ int dns_handle_incoming(const uint32_t srcip, const uint16_t srcport,
return TRUE;
}
}
debug("____dns_handle_incoming FALSE: srcport = %hu, dstport = %hu\n", ntohs(srcport), ntohs(dstport));
debug("____dns_handle_incoming FALSE: srcport = %hu\n", ntohs(srcport));
return FALSE;
}

Loading…
Cancel
Save