Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Jan 25, 2024
1 parent 416ca9e commit 8509399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/rtps/xmlparser/XMLElementParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static std::string process_environment(
// Silently ignore ${_} since it might expose sensitive information (full path to executable).
EPROSIMA_LOG_WARNING(XMLPARSER, "Ignoring environment variable ${_}");
}
else if (ReturnCode_t::RETCODE_OK != SystemInfo::get_env(var_name, value))
else if (dds::RETCODE_OK != SystemInfo::get_env(var_name, value))
{
EPROSIMA_LOG_ERROR(XMLPARSER, "Could not find a value for environment variable " << var_name);
}
Expand Down

0 comments on commit 8509399

Please sign in to comment.