Browse Source
Merge pull request #2677 from banjiaojuhao/bugfix-nil_pointer_dereference
pull/2678/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
weed/operation/delete_content.go
|
|
@ -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 |
|
|
|
} |
|
|
|