Refactor WaitForCapabilityOrClose #43

Merged
erinn merged 5 commits from wait into master 2021-09-27 22:09:35 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit b32cad2c27 - Show all commits

View File

@ -93,7 +93,6 @@ func (s *BaseOnionService) WaitForCapabilityOrClose(cid string, name tapir.Capab
// Lookup the connection...
conn, err := s.GetConnection(cid)
log.Debugf("Found %v %v", conn, err)
// If there are no active connections then return an error...
if conn == nil {
log.Debugf("no active connection found for %v", cid)