You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
398 B

  1. --- a/gio/gthreadedresolver.c
  2. +++ b/gio/gthreadedresolver.c
  3. @@ -873,6 +873,8 @@ do_lookup_records (GTask *task,
  4. #ifdef HAVE_RES_NQUERY
  5. +#ifdef HAVE_RES_NQUERY
  6. +
  7. #if defined(HAVE_RES_NDESTROY)
  8. res_ndestroy (&res);
  9. #elif defined(HAVE_RES_NCLOSE)
  10. @@ -883,6 +885,8 @@ do_lookup_records (GTask *task,
  11. #endif /* HAVE_RES_NQUERY */
  12. +#endif
  13. +
  14. #else
  15. DNS_STATUS status;