commit 66aa12e086e2da80ea29ccf8a7d0c79582f8f057 Author: Isis Lovecruft isis@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
tor-commits@lists.torproject.org