mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 02:38:03 +08:00
weed/operation/delete_content.go: nil pointer dereference
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user