mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
don't close link on message handl fail
This commit is contained in:
parent
c626f7c9b7
commit
a27dab46d1
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ namespace llarp
|
|||
buf.underlying.cur = buf.underlying.base;
|
||||
// process buffer
|
||||
LogDebug("got message ", msgid, " from ", remoteAddr);
|
||||
return parent->HandleMessage(this, buf.underlying);
|
||||
parent->HandleMessage(this, buf.underlying);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue