Skip to content

Commit

Permalink
fix the cancel download key to reflect the file being downloaded from…
Browse files Browse the repository at this point in the history
… authticket
  • Loading branch information
sarath-ambati committed Jul 11, 2019
1 parent dcc23d4 commit 94b2467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zboxcore/sdk/allocation.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ func (a *Allocation) downloadFromAuthTicket(localPath string, authTicket string,
a.downloadChan <- downloadReq
a.mutex.Lock()
defer a.mutex.Unlock()
a.downloadProgressMap[at.FilePathHash] = downloadReq
a.downloadProgressMap[remoteLookupHash] = downloadReq
}()
return nil
}

0 comments on commit 94b2467

Please sign in to comment.