Nicolas Cannasse 13 years ago
parent
commit
dc34a7572c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/neko/net/ThreadServer.hx

+ 1 - 1
std/neko/net/ThreadServer.hx

@@ -173,7 +173,7 @@ class ThreadServer<Client,Message> {
 			var t = threads[(start + i)%nthreads];
 			var t = threads[(start + i)%nthreads];
 			if( t.socks.length < maxSockPerThread ) {
 			if( t.socks.length < maxSockPerThread ) {
 				var infos : ClientInfos<Client> = {
 				var infos : ClientInfos<Client> = {
-					thread : ,
+					thread : t,
 					client : clientConnected(sock),
 					client : clientConnected(sock),
 					sock : sock,
 					sock : sock,
 					buf : haxe.io.Bytes.alloc(initialBufferSize),
 					buf : haxe.io.Bytes.alloc(initialBufferSize),