Skip to content

file-backend: avoid critical when cancellable is unset

Michael Catanzaro requested to merge mcatanzaro/cancellable-regression into master

In 0e205fce I improperly assumed that the cancellable would always be valid. Avoid criticals when it is NULL.

Merge request reports