1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-31 07:40:36 +02:00

weed/operation/delete_content.go: nil pointer dereference

This commit is contained in:
banjiaojuhao 2022-02-15 23:07:03 +08:00
parent 17ac5244c3
commit fc3b75f2f8

View file

@ -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
}