Fixed typo
This commit is contained in:
parent
c877efaec1
commit
20864133a3
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ class LXMPeer:
|
|||
if response == LXMPeer.ERROR_NO_IDENTITY:
|
||||
if self.link != None:
|
||||
RNS.log("Remote peer indicated that no identification was received, retrying...", RNS.LOG_VERBOSE)
|
||||
self.link.identify()
|
||||
self.link.identify(self.router.identity)
|
||||
self.state = LXMPeer.LINK_READY
|
||||
self.sync()
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue