patch-main_dns_c 332 B

1234567891011
  1. --- asterisk-1.8.20.1.orig/main/dns.c 2012-06-15 17:56:08.000000000 +0200
  2. +++ asterisk-1.8.20.1/main/dns.c 2013-03-05 14:49:01.000000000 +0100
  3. @@ -45,6 +45,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
  4. #include "asterisk/dns.h"
  5. #include "asterisk/endian.h"
  6. +#undef HAVE_RES_NINIT
  7. +
  8. #define MAX_SIZE 4096
  9. #ifdef __PDP_ENDIAN