libtnccs: Don't try to load IMCs/IMVs from a file if there is no filename
This commit is contained in:
@@ -100,6 +100,11 @@ static bool load_imcvs_from_config(char *filename, bool is_imc)
|
|||||||
void *addr;
|
void *addr;
|
||||||
char *label;
|
char *label;
|
||||||
|
|
||||||
|
if (!filename || !*filename)
|
||||||
|
{
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
label = is_imc ? "IMC" : "IMV";
|
label = is_imc ? "IMC" : "IMV";
|
||||||
|
|
||||||
DBG1(DBG_TNC, "loading %ss from '%s'", label, filename);
|
DBG1(DBG_TNC, "loading %ss from '%s'", label, filename);
|
||||||
|
|||||||
Reference in New Issue
Block a user