[or-cvs] I wonder what an internal internet protocol is

Peter Palfrader weasel at seul.org
Tue Mar 14 22:52:22 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv6472/src/or

Modified Files:
	config.c 
Log Message:
I wonder what an internal internet protocol is

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -p -d -r1.529 -r1.530
--- config.c	14 Mar 2006 22:51:15 -0000	1.529
+++ config.c	14 Mar 2006 22:52:20 -0000	1.530
@@ -1588,7 +1588,8 @@ resolve_my_address(or_options_t *options
 
         tor_inet_ntoa(&in,tmpbuf,sizeof(tmpbuf));
         log_notice(LD_CONFIG, "Guessed local hostname '%s' resolves to an "
-          "internal IP (%s).  Trying something else.", hostname, tmpbuf);
+          "internal IP address (%s).  Trying something else.", hostname,
+          tmpbuf);
 
         if (get_interface_address(&interface_ip)) {
           log_warn(LD_CONFIG, "Could not get local interface IP address. "



More information about the tor-commits mailing list