aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/prefs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils/prefs.cpp')
-rw-r--r--host/lib/utils/prefs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/utils/prefs.cpp b/host/lib/utils/prefs.cpp
index 5755ad4b4..ef920cf29 100644
--- a/host/lib/utils/prefs.cpp
+++ b/host/lib/utils/prefs.cpp
@@ -88,6 +88,7 @@ config_parser& uhd::prefs::get_uhd_config()
} catch (const std::exception &) {
// nop
}
+ init_done = true;
UHD_LOG_TRACE("PREFS", "Done initializing.");
}