Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
katzenpost
client
Commits
03e0ee8b
Commit
03e0ee8b
authored
Sep 26, 2019
by
David Stainton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix stupid SURB reply bug
parent
6c8da943
Pipeline
#963
failed with stage
in 10 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
session/session.go
session/session.go
+1
-1
No files found.
session/session.go
View file @
03e0ee8b
...
...
@@ -232,7 +232,7 @@ func (s *Session) onACK(surbID *[sConstants.SURBIDLength]byte, ciphertext []byte
idStr
:=
fmt
.
Sprintf
(
"[%v]"
,
hex
.
EncodeToString
(
surbID
[
:
]))
s
.
log
.
Infof
(
"OnACK with SURBID %x"
,
idStr
)
rawMessage
,
ok
:=
s
.
surbIDMap
.
Load
(
surbID
)
rawMessage
,
ok
:=
s
.
surbIDMap
.
Load
(
*
surbID
)
if
!
ok
{
s
.
log
.
Debug
(
"Strange, received reply with unexpected SURBID"
)
return
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment