Skip to content

udisks: Return empty string for "root" clearTextPath

Kai Uwe Broulik requested to merge work/kbroulik/cleartext-path-slash into master

There cannot be an empty object path on DBus, so "/" is used to denote no clear text device. Return empty string explicitly here to avoid littering even more places with empty || "/" checks.

BUG: 485507

Merge request reports