Browse code

dsync中に刺さる問題を解消

Masanobu Yasui authored on 2012/08/04 01:47:01
Showing 1 changed files
... ...
@@ -208,7 +208,7 @@ void do_free()
208 208
 
209 209
 void do_recv()
210 210
 {
211
-  while(mrecv());
211
+  mrecv();
212 212
 }
213 213
 
214 214
 void do_send()