mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
weed/operation/delete_content.go: nil pointer dereference
This commit is contained in:
parent
17ac5244c3
commit
fc3b75f2f8
@ -81,7 +81,7 @@ func DeleteFilesWithLookupVolumeId(grpcDialOption grpc.DialOption, fileIds []str
|
||||
ret = append(ret, &volume_server_pb.DeleteResult{
|
||||
FileId: vid,
|
||||
Status: http.StatusBadRequest,
|
||||
Error: err.Error()},
|
||||
Error: result.Error},
|
||||
)
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user