D15798: [Fstab] Show non-empty share name in case root fs is exported
Kai Uwe Broulik
noreply at phabricator.kde.org
Thu Sep 27 16:28:31 BST 2018
broulik added inline comments.
INLINE COMMENTS
> fstabdevice.cpp:45
> m_product = m_device.mid(m_device.indexOf(":/") + 2);
> + if (m_product.isEmpty()) {
> + m_product = QStringLiteral("/");
This should probably be moved outside this if, you get the same bug when you do ``//server/`
REPOSITORY
R245 Solid
REVISION DETAIL
https://phabricator.kde.org/D15798
To: bruns, #frameworks, broulik
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180927/dde5eef0/attachment.html>
More information about the Kde-frameworks-devel
mailing list