diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-07 01:34:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-07 01:34:45 +0000 |
commit | 21892d8a9c29ad8e1ec09738adefe7aeb40dfa79 (patch) | |
tree | 69120916ed78cdacbd73be780366cc4fe833548b /src/or/config.c | |
parent | 6b178b46ef52fc146fee566e9bdd12929d3ad0a3 (diff) | |
download | tor-21892d8a9c29ad8e1ec09738adefe7aeb40dfa79.tar.gz tor-21892d8a9c29ad8e1ec09738adefe7aeb40dfa79.zip |
cleanups on r17500
svn:r17501
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 f08a55dd46..3deebf89bb 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -756,7 +756,7 @@ static char *torrc_fname = NULL; static or_state_t *global_state = NULL; /** Configuration Options set by command line. */ static config_line_t *global_cmdline_options = NULL; -/** Contents of most recently read DirPortFrontPage option file. */ +/** Contents of most recently read DirPortFrontPage file. */ static char *global_dirfrontpagecontents = NULL; /** Return the contents of our frontpage string, or NULL if not configured. */ |