diff options
author | Ola Bini <ola@olabini.se> | 2015-10-05 15:31:49 -0500 |
---|---|---|
committer | Ola Bini <ola@olabini.se> | 2015-10-05 15:31:49 -0500 |
commit | f319231e6ea2eaa87ca937f8ff3c1c1209e9bda3 (patch) | |
tree | 056218f7f4d26e4eaac56ca2d02aa20d8ecdda42 /src/or/config.h | |
parent | 49eefc0884a2248aea53d554f5be1214c82b9960 (diff) | |
download | tor-f319231e6ea2eaa87ca937f8ff3c1c1209e9bda3.tar.gz tor-f319231e6ea2eaa87ca937f8ff3c1c1209e9bda3.zip |
Divide the different parse_port_config groups into separate tests
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h index f29c7dab55..33dc5df768 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -177,3 +177,4 @@ parse_port_config(smartlist_t *out, #endif #endif + |