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
275109d8
Commit
275109d8
authored
Feb 02, 2007
by
Nick Mathewson
👁
Browse files
r11631@catbus: nickm | 2007-02-02 15:39:53 -0500
Add missing return statement. svn:r9478
parent
fefba953
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
275109d8
...
...
@@ -243,6 +243,7 @@ dns_reset(void)
#else
dnsworkers_rotate
();
#endif
return
0
;
}
/** Helper: Given a TTL from a DNS response, determine what TTL to give the
...
...
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