projects
/
IRC.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Buggy code, first packet lost during communication between server and client
[IRC.git]
/
Robust
/
src
/
Runtime
/
DSTM
/
interface
/
plookup.c
diff --git
a/Robust/src/Runtime/DSTM/interface/plookup.c
b/Robust/src/Runtime/DSTM/interface/plookup.c
index 15236d518582ec2e74be2ec2e722c89beb7803c4..47c3e01293664061be05b6432981932cfb9de5d7 100644
(file)
--- a/
Robust/src/Runtime/DSTM/interface/plookup.c
+++ b/
Robust/src/Runtime/DSTM/interface/plookup.c
@@
-96,6
+96,7
@@
int pListMid(plistnode_t *pile, unsigned int *list) {
while (tmp != NULL) {
list[i] = tmp->mid;
i++;
+ tmp = tmp->next;
}
return 0;
}