patch-src_or_eventdns_c 481 B

123456789101112131415161718
  1. --- tor-0.2.1.20.orig/src/or/eventdns.c 2009-09-17 08:02:18.000000000 +0200
  2. +++ tor-0.2.1.20/src/or/eventdns.c 2009-12-03 23:49:27.000000000 +0100
  3. @@ -375,7 +375,6 @@ error_is_eagain(int err)
  4. #define TOLOWER(c) TOR_TOLOWER(c)
  5. #define TOUPPER(c) TOR_TOUPPER(c)
  6. -#ifndef NDEBUG
  7. static const char *
  8. debug_ntoa(u32 address)
  9. {
  10. @@ -404,7 +403,6 @@ debug_ntop(const struct sockaddr *sa)
  11. }
  12. return "<unknown>";
  13. }
  14. -#endif
  15. static evdns_debug_log_fn_type evdns_log_fn = NULL;