Skip to content
Snippets Groups Projects
Commit 211fe040 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Disable requests for sr's that already exist

parent d30e3158
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
......@@ -120,7 +120,9 @@ func (s *state) confirm(partner contact.Contact, serviceTag string) (
s.event.Report(10, "Auth", "SendConfirmError", em)
}
s.backupTrigger("confirmed authenticated channel")
if s.backupTrigger != nil {
s.backupTrigger("confirmed authenticated channel")
}
jww.INFO.Printf("Confirming Auth from %s to %s, msgDigest: %s",
partner.ID, s.e2e.GetReceptionID(),
......
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