[tor-commits] [orbot/master] Format error in pdnsd configuration, expected number given "off"

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 22 21:55:09 UTC 2021


commit c3f2395d4aeed32e7d2baab7fbccde98c544d9f5
Author: bim <dsnake at 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 {





More information about the tor-commits mailing list