diff options
author | Roger Dingledine <arma@torproject.org> | 2002-12-03 22:18:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-12-03 22:18:23 +0000 |
commit | cbd2cdf04ffb1af736bba308ac00a57ce15e12b5 (patch) | |
tree | 47c014ce61d06e2ad0693d645a93a71060746698 /src/or/config.c | |
parent | bd97deb91940ea7a2eeb88e7ae1aea5cbf98c681 (diff) | |
download | tor-cbd2cdf04ffb1af736bba308ac00a57ce15e12b5.tar tor-cbd2cdf04ffb1af736bba308ac00a57ce15e12b5.tar.gz |
onions go on and off the network correctly now
we're closer to an OS X port
CVS: ----------------------------------------------------------------------
svn:r146
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 25f364afd..e6472c7aa 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -60,7 +60,7 @@ struct config_line *config_get_commandlines(int argc, char **argv) { } /* parse the config file and strdup into key/value strings. Return list. - * * Warn and ignore mangled lines. */ + * Warn and ignore mangled lines. */ struct config_line *config_get_lines(FILE *f) { struct config_line *new; struct config_line *front = NULL; |