Buggy code, first packet lost during communication between server and client
[IRC.git] / Robust / src / Runtime / DSTM / interface / plookup.c
index 15236d518582ec2e74be2ec2e722c89beb7803c4..47c3e01293664061be05b6432981932cfb9de5d7 100644 (file)
@@ -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;
 }