diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-16 02:18:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-16 02:18:55 +0000 |
commit | d8fc598a2ad9a958f536d33331a5debddd79bace (patch) | |
tree | 6124e23488629762d8a6005d4a6c474e38eb7ea4 /src/or | |
parent | 163dd78282cded0c9ef5d521f2eb48c9ce57ecdc (diff) | |
download | tor-d8fc598a2ad9a958f536d33331a5debddd79bace.tar.gz tor-d8fc598a2ad9a958f536d33331a5debddd79bace.zip |
dns.c:173: warning: control reaches end of non-void function
svn:r7067
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 05483d5352..ab5756f258 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -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 |