[tor-commits] [oonib/master] Fix the "got non-string for process arg" errors resulting from blank config lines.

isis at torproject.org isis at torproject.org
Sat May 4 16:10:28 UTC 2013


commit 66aa12e086e2da80ea29ccf8a7d0c79582f8f057
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sun Apr 21 05:37:25 2013 +0000

    Fix the "got non-string for process arg" errors resulting from blank config lines.
---
 oonib.conf.example |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/oonib.conf.example b/oonib.conf.example
index 3afdd38..fb04f19 100644
--- a/oonib.conf.example
+++ b/oonib.conf.example
@@ -1,9 +1,10 @@
 main:
-    report_dir: 
-    tor_datadir: 
+    report_dir: Null
+    tor_datadir: Null
     database_uri: 'sqlite://oonib_test_db.db'
     db_threadpool_size: 10
-    tor_binary: '/usr/bin/tor'
+    tor_binary: Null
+    socks_port: 9055
     tor2webmode: false
     pidfile: 'oonib.pid'
     nodaemon: true





More information about the tor-commits mailing list