aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/config_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils/config_parser.cpp')
-rw-r--r--host/lib/utils/config_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/utils/config_parser.cpp b/host/lib/utils/config_parser.cpp
index dfd8d1b8b..c46671623 100644
--- a/host/lib/utils/config_parser.cpp
+++ b/host/lib/utils/config_parser.cpp
@@ -13,7 +13,7 @@ using namespace uhd;
config_parser::config_parser(const std::string &path)
{
- if (not path.empty() and boost::filesystem::exists(path)) {
+ if (not path.empty()) {
try {
boost::property_tree::ini_parser::read_ini(path, _pt);
} catch (const boost::property_tree::ini_parser_error &) {