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

CVS update: Vanilla/ntserv



Date:	Thursday March 9, 2000 @ 20:27
Author:	cameron

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

Modified Files:
	socket.c 
Log Message:
oops again,

2000-03-09 19:59:05 Fader@Darklord (F1) ts1p1.vh.net "pop us a few:)"

Moving full host name to follow the @ instead.


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

Index: Vanilla/ntserv/socket.c
diff -u Vanilla/ntserv/socket.c:1.22 Vanilla/ntserv/socket.c:1.23
--- Vanilla/ntserv/socket.c:1.22	Mon Mar  6 21:09:13 2000
+++ Vanilla/ntserv/socket.c	Thu Mar  9 20:27:15 2000
@@ -1,4 +1,4 @@
-/* $Id: socket.c,v 1.22 2000/03/07 03:09:13 cameron Exp $
+/* $Id: socket.c,v 1.23 2000/03/10 02:27:15 cameron Exp $
  */
 
 /*
@@ -2827,8 +2827,8 @@
 #else
 	strftime(tbuf, 40, "%Y-%m-%d %T", tmv);
 #endif
-	sprintf(buf, "%s %s@%s %s \"%s\"", tbuf, me->p_login, me->p_longname, 
-		me->p_full_hostname, packet->mesg);
+	sprintf(buf, "%s %s@%s %s \"%s\"", tbuf, me->p_login, 
+		me->p_full_hostname, me->p_longname, packet->mesg);
 	if(logall){
 	    if(!mlog) {
 		ERROR(1,( "ntserv: ERROR, null mlog file descriptor\n"));