Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
5647e5c7
Commit
5647e5c7
authored
Aug 11, 2006
by
Roger Dingledine
Browse files
fix typo, add explanatory comment
svn:r7026
parent
42a5d7a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
5647e5c7
...
...
@@ -8,7 +8,7 @@ const char dns_c_id[] =
/**
* \file dns.c
* \brief Implements a local cache for DNS results for Tor servers.
* We provide two asynchro
u
nous backend implementations:
* We provide two asynchronous backend implementations:
* 1) A farm of 'DNS worker' threads or processes to perform DNS lookups for
* onion routers and cache the results.
* 2) A wrapper around Adam Langley's eventdns.c code, to send requests
...
...
src/or/main.c
View file @
5647e5c7
...
...
@@ -2143,7 +2143,7 @@ tor_main(int argc, char *argv[])
case
CMD_VERIFY_CONFIG
:
printf
(
"Configuration was valid
\n
"
);
break
;
case
CMD_RUN_UNITTESTS
:
case
CMD_RUN_UNITTESTS
:
/* only set by test.c */
default:
log_warn
(
LD_BUG
,
"Illegal command number %d: internal error."
,
get_options
()
->
command
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment