notes
This commit is contained in:
parent
e13a8902f0
commit
602093e98c
@ -442,8 +442,9 @@ get_anchor (const char *dir,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* XXX-ANCHOR question: why adding the duration only in this
|
* XXX-ANCHOR question: why adding the duration only in this
|
||||||
* case, and not _all the times we found a anchor_ ? Like
|
* case, and not _all the times we found a anchor_ ? Like for
|
||||||
* for instance out of this block below ?
|
* instance, below out of this block?
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
*anchor = GNUNET_TIME_absolute_add (*anchor,
|
*anchor = GNUNET_TIME_absolute_add (*anchor,
|
||||||
duration);
|
duration);
|
||||||
@ -451,7 +452,7 @@ get_anchor (const char *dir,
|
|||||||
overlap);
|
overlap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ==>Missing to add the duration to the anchor here?<== */
|
||||||
|
|
||||||
/* anchor is now the stamp where we need to create a new key */
|
/* anchor is now the stamp where we need to create a new key */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user