Browse Source

Merge pull request #2677 from banjiaojuhao/bugfix-nil_pointer_dereference

pull/2678/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
5eb3a7e466
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/operation/delete_content.go

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

Loading…
Cancel
Save