[X2serv-cvs] CVS: x2/source send.c,1.33,1.34
Brought to you by:
sirvulcan
From: Wolfram K. <qua...@us...> - 2002-02-27 11:54:51
|
Update of /cvsroot/x2serv/x2/source In directory usw-pr-cvs1:/tmp/cvs-serv15995/source Modified Files: send.c Log Message: Fixed a bug where SPOOFSERV was rendered useless. This bug became active ever since the UNIX clock hit ten digits. Juped servers would kick the jupe out with the reason; GHOST. Index: send.c =================================================================== RCS file: /cvsroot/x2serv/x2/source/send.c,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** send.c 4 Feb 2002 14:05:10 -0000 1.33 --- send.c 27 Feb 2002 11:54:46 -0000 1.34 *************** *** 348,352 **** va_end(args); ! send_command_from_server("SERVER %s 1 999999999 999999999 P10 %cD] 0 :%s", servname, NumChar, buff); } --- 348,352 ---- va_end(args); ! send_command_from_server("SERVER %s 1 9999999999 9999999999 P10 %cD] 0 :%s", servname, NumChar, buff); } |