From c5fec83f640d2f866bf0eb67e550d1f7ef28dab6 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 28 Feb 2022 11:30:36 +0100 Subject: [PATCH] [libcalamares] Fix typo --- src/libcalamares/partition/AutoMount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcalamares/partition/AutoMount.cpp b/src/libcalamares/partition/AutoMount.cpp index 3ad4bf5f8..173d66cba 100644 --- a/src/libcalamares/partition/AutoMount.cpp +++ b/src/libcalamares/partition/AutoMount.cpp @@ -99,7 +99,7 @@ querySolidAutoMount( QDBusConnection& dbus, AutoMountInfo& info ) result = v.toBool(); } } - if ( !r.has_value() ) + if ( !result.has_value() ) { cDebug() << "No viable response from Solid" << r.path(); }