mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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{
|
ret = append(ret, &volume_server_pb.DeleteResult{
|
||||||
FileId: vid,
|
FileId: vid,
|
||||||
Status: http.StatusBadRequest,
|
Status: http.StatusBadRequest,
|
||||||
Error: err.Error()},
|
Error: result.Error},
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue