[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinc/src net_socket.c,1.1.2.33,1.1.2.34



Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv7480

Modified Files:
      Tag: CABAL
	net_socket.c 
Log Message:
Don't confuse users with "Address family not supported" warnings.


Index: net_socket.c
===================================================================
RCS file: /home/CVS/tinc/src/net_socket.c,v
retrieving revision 1.1.2.33
retrieving revision 1.1.2.34
diff -u -r1.1.2.33 -r1.1.2.34
--- net_socket.c	2003/07/29 22:59:00	1.1.2.33
+++ net_socket.c	2003/10/06 14:41:45	1.1.2.34
@@ -62,7 +62,7 @@
 	nfd = socket(sa->sa.sa_family, SOCK_STREAM, IPPROTO_TCP);
 
 	if(nfd < 0) {
-		logger(LOG_ERR, _("Creating metasocket failed: %s"), strerror(errno));
+		ifdebug(STATUS) logger(LOG_ERR, _("Creating metasocket failed: %s"), strerror(errno));
 		return -1;
 	}
 

--
Tinc-cvs:     CVS changelog list for the tinc VPN daemon
Archive:      http://mail.nl.linux.org/tinc-cvs/
Tinc site:    http://tinc.nl.linux.org/