Skip to content

Commit

Permalink
Fix iso header (#1314)
Browse files Browse the repository at this point in the history
* add ISO check

* remove filename field from authticket

* fix typo

* log auth token

* cleanup
  • Loading branch information
Hitenjain14 committed Dec 3, 2023
1 parent ee87ed9 commit 218d3ed
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 @@ -2124,7 +2124,7 @@ func (a *Allocation) downloadFromAuthTicket(fileHandler sys.File, authTicket str
if len(a.Blobbers) == 0 {
return noBLOBBERS
}

at.FileName = ""
downloadReq := &DownloadRequest{Consensus: Consensus{RWMutex: &sync.RWMutex{}}}
downloadReq.maskMu = &sync.Mutex{}
downloadReq.allocationID = a.ID
Expand Down

0 comments on commit 218d3ed

Please sign in to comment.