changeset 195:86bad3c939b1

bis repetita
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Oct 2008 17:30:41 +0900
parents 05f23ce30afc
children 9fafa8ec26b3
files waaad/peer-server.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/peer-server.c	Thu Oct 16 17:26:29 2008 +0900
+++ b/waaad/peer-server.c	Thu Oct 16 17:30:41 2008 +0900
@@ -468,6 +468,7 @@
 	
 	/* Start all the _peer_listen_th threads */
 	for (i=0; i < _psi_cnt; i++) {
+		uti_list_init(&_psi[i].clients, &_psi[i]);
 		CHECK_POSIX(  pthread_create( &_psi[i].listen, NULL, _peer_server_th, (void *)&_psi[i] )  );
 	}
 	
"Welcome to our mercurial repository"