Skip to content
Snippets Groups Projects
Commit a4c13cb6 authored by benjamin's avatar benjamin
Browse files

fixed a bug in tracker

parent b192c2b0
No related branches found
No related tags found
2 merge requests!510Release,!428built the system to sequentually pick up old ephemerals, breaks interfaces and tests
......@@ -392,12 +392,12 @@ func (t *manager) generateIdentitiesOverRange(inQuestion *TrackedID,
if isLastIdentity := i == len(protoIds)-1; isLastIdentity {
jww.INFO.Printf("Current Identity: %d (source: %s), Start: %s, "+
"End: %s, addrSize: %d",
identitiesToAdd[i].EphId.Int64(),
identitiesToAdd[i].Source,
identitiesToAdd[i].StartValid,
identitiesToAdd[i].EndValid,
newIdentity.EphId.Int64(),
newIdentity.Source,
newIdentity.StartValid,
newIdentity.EndValid,
addressSize)
lastIdentityEnd = identitiesToAdd[i].End
lastIdentityEnd = newIdentity.End
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment