commit c3f2395d4aeed32e7d2baab7fbccde98c544d9f5
Author: bim <dsn...@protonmail.com>
Date:   Mon Aug 2 16:58:45 2021 -0400

    Format error in pdnsd configuration, expected number given "off"
---
 orbotservice/src/main/res/values/pdnsd.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orbotservice/src/main/res/values/pdnsd.xml 
b/orbotservice/src/main/res/values/pdnsd.xml
index 38b7c5a2..c909a129 100644
--- a/orbotservice/src/main/res/values/pdnsd.xml
+++ b/orbotservice/src/main/res/values/pdnsd.xml
@@ -12,7 +12,7 @@ global {
        timeout=10;
        daemon=on;
        pid_file="%3$s/pdnsd.pid";
-       debug=%6$d;
+       debug=%6$s;
 }
 
 server {



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to