Skip to content
Snippets Groups Projects
Commit 9e820fd2 authored by Matt Traudt's avatar Matt Traudt Committed by Matt Traudt
Browse files

Change a little parsing code to perserve spaces

This torrc line
    FooKey valuea   valueb
Becomes
    key="FooKey", value="valuea   valueb"
Instead of
    key="FooKey", value="valuea valueb"

I don't think Tor ever cares, but just in case.
parent 6e413483
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment