[Pkg-utopia-maintainers] Bug#892854: Hostname resolution getting stuck for many seconds

Matthijs van Duin matthijsvanduin at gmail.com
Mon Aug 6 13:05:02 BST 2018


The following patch fixes the problem for me:

diff --git c/src/util.c w/src/util.c
index aaebd62..594ed42 100644
--- c/src/util.c
+++ w/src/util.c
@@ -62,7 +62,7 @@ int verify_name_allowed_with_soa(const char* name, FILE* mdns_allow_file) {
     case VERIFY_NAME_RESULT_ALLOWED:
         return 1;
     case VERIFY_NAME_RESULT_ALLOWED_IF_NO_LOCAL_SOA:
-        return !local_soa();
+        return 1;
     default:
         return 0;
     }



More information about the Pkg-utopia-maintainers mailing list