diff src/myVncClient/MyRfbProto.java @ 86:29e43be288ca

merge
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Tue, 06 Sep 2011 06:23:20 +0900
parents 143c52bf3a94 a542f92500ab
children 3ea33e683522 1d1bb77d871b
line wrap: on
line diff
--- a/src/myVncClient/MyRfbProto.java	Tue Sep 06 06:20:47 2011 +0900
+++ b/src/myVncClient/MyRfbProto.java	Tue Sep 06 06:23:20 2011 +0900
@@ -791,8 +791,8 @@
 						writerRunning.set(2);
 						os.close();
 					} catch (IOException e1) {
+						/* if socket closed 	cliList.remove(newCli); */
 					}
-					/* if socket closed 	cliList.remove(newCli); */
 				}
 			}