projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2ca76
)
avoid double unlock case
author
bdemsky
<bdemsky>
Tue, 6 May 2008 02:03:39 +0000
(
02:03
+0000)
committer
bdemsky
<bdemsky>
Tue, 6 May 2008 02:03:39 +0000
(
02:03
+0000)
Robust/src/Runtime/DSTM/interface/dstmserver.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/DSTM/interface/dstmserver.c
b/Robust/src/Runtime/DSTM/interface/dstmserver.c
index e1ec8c926cd2620ab51a761e2c2574061bd6907c..5f97b49f3d6247ce861857ae53ae4122a8f6af54 100644
(file)
--- a/
Robust/src/Runtime/DSTM/interface/dstmserver.c
+++ b/
Robust/src/Runtime/DSTM/interface/dstmserver.c
@@
-492,7
+492,6
@@
char handleTransReq(fixed_data_t *fixed, trans_commit_data_t *transinfo, unsigne
printf("mhashSearch returns NULL at %s, %d\n", __FILE__, __LINE__);
return 0;
}
- UnLock(STATUSPTR(headptr));
}
free(oidlocked);
}