On 07/27/2012 06:50 PM, Yunkai Zhang wrote: > - if (result == CJ_RES_FAIL) { > + if (result == CJ_RES_FAIL || result == CJ_RES_JOIN_LATER) { > eprintf("Failed to join, exiting.\n"); > sys->cdrv->leave(); > exit(1); I am not sure of this change because Christoph has refactored it a lot. Christoph, can you give this a review? Thanks, Yuan |