From: jihoonl Date: Wed, 23 Jun 2010 07:07:54 +0000 (+0000) Subject: chang X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e83a5a8802557a5d430f3d9b8540c771e77557e1;p=IRC.git chang --- diff --git a/Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c b/Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c index b9d594c5..22df2d62 100644 --- a/Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c +++ b/Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c @@ -557,7 +557,7 @@ void *dstmAccept(void *acceptfd) { else { response = receiveNewList((int)acceptfd); - if(stopTransactions(TRANS_AFTER,epoch_num) < -1) + if(stopTransactions(TRANS_AFTER,epoch_num) < 0) response = RESPOND_HIGHER_EPOCH; } printf("After stop transaction\n");