[nexuiz-commits] r6857 - trunk/misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 3 12:10:09 EDT 2009


Author: div0
Date: 2009-06-03 12:10:09 -0400 (Wed, 03 Jun 2009)
New Revision: 6857

Modified:
   trunk/misc/tools/weapon-profiler.pl
Log:
handle direct conn better


Modified: trunk/misc/tools/weapon-profiler.pl
===================================================================
--- trunk/misc/tools/weapon-profiler.pl	2009-06-03 16:07:22 UTC (rev 6856)
+++ trunk/misc/tools/weapon-profiler.pl	2009-06-03 16:10:09 UTC (rev 6857)
@@ -144,7 +144,7 @@
 LoadData();
 while(my $addr = sockaddr_readable $sock->recv($_, 2048, 0))
 {
-	$addr = ""
+	$addr = $server
 		if not defined $bind;
 	s/^\377\377\377\377n//
 		or next;



More information about the nexuiz-commits mailing list