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
d8fc598a
Commit
d8fc598a
authored
Aug 16, 2006
by
Roger Dingledine
Browse files
dns.c:173: warning: control reaches end of non-void function
svn:r7067
parent
163dd782
Changes
1
Show whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
d8fc598a
...
...
@@ -168,8 +168,8 @@ dns_init(void)
#ifdef USE_EVENTDNS
if
(
server_mode
(
get_options
()))
return
configure_nameservers
();
return
0
;
#endif
return
0
;
}
uint32_t
...
...
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