Browse Source

weed/operation/delete_content.go: nil pointer dereference

pull/2677/head
banjiaojuhao 3 years ago
parent
commit
fc3b75f2f8
  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