check if setting exists

This commit is contained in:
Andreas Steffen
2012-11-01 19:26:29 +01:00
parent efe0d5478f
commit 8128f255f4
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -267,7 +267,6 @@ static void add_settings(enumerator_t *enumerator, imc_msg_t *msg)
value = os->get_setting(os, name);
if (!value.ptr)
{
DBG1(DBG_IMC, " failed to get setting");
continue;
}
if (first)