Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/ntserv



Date:	Wednesday February 23, 19100 @ 21:50
Author:	xyzzy

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv31304

Modified Files:
	socket.c 
Log Message:
Fixed typo that amazingly compiled with no warnings and ran in non-portswap
mode.


****************************************

Index: Vanilla/ntserv/socket.c
diff -u Vanilla/ntserv/socket.c:1.19 Vanilla/ntserv/socket.c:1.20
--- Vanilla/ntserv/socket.c:1.19	Tue Feb 22 20:48:12 2000
+++ Vanilla/ntserv/socket.c	Wed Feb 23 21:50:13 2000
@@ -1,4 +1,4 @@
-/* $Id: socket.c,v 1.19 2000/02/23 02:48:12 xyzzy Exp $
+/* $Id: socket.c,v 1.20 2000/02/24 03:50:13 xyzzy Exp $
  */
 
 /*
@@ -2279,7 +2279,7 @@
     }
 
 #ifdef UDP_FIX 			/* 15/6/93 SK UDP connection time out fix */
-    /* Bind to interface used by the TCP socket 10/13/99 TAP *?
+    /* Bind to interface used by the TCP socket 10/13/99 TAP */
     len = sizeof(addr);
     if (getsockname(sock, (struct sockaddr *)&addr, &len) < 0) {
 	perror("netrek: unable to getsockname(TCP)");