Skip to content

Commit

Permalink
Fix #94
Browse files Browse the repository at this point in the history
  • Loading branch information
vqhuy committed Sep 24, 2016
1 parent f21ba86 commit a4cd4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyserver/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (server *ConiksServer) makeHandler(acceptableTypes map[int]bool) func(msg [
response, e := server.dir.HandleOps(req)
switch req.Type {
case KeyLookupType, KeyLookupInEpochType, MonitoringType:
server.RLock()
server.RUnlock()
default:
server.Unlock()
}
Expand Down

0 comments on commit a4cd4e1

Please sign in to comment.