[or-cvs] and another one

Roger Dingledine arma at seul.org
Mon Mar 15 04:00:17 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	config.c 
Log Message:
and another one


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- config.c	14 Mar 2004 22:47:11 -0000	1.95
+++ config.c	15 Mar 2004 04:00:14 -0000	1.96
@@ -376,7 +376,7 @@
   }
   assert(rent->h_length == 4);
   memcpy(&in.s_addr, rent->h_addr,rent->h_length);
-  if(is_internal_IP(in.s_addr)) {
+  if(is_internal_IP(htonl(in.s_addr))) {
     log_fn(LOG_WARN,"Address '%s' resolves to private IP '%s'. "
            "Please set the Address config option to be your public IP.",
            options->Address, inet_ntoa(in));



More information about the tor-commits mailing list