diff --git a/src/intercept/main.c b/src/intercept/main.c index 8dca2b0..4470acb 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -231,6 +231,7 @@ char *lsi_blacklist_vendor(const char *name) if (getenv("LSI_DEBUG") && file_exists) { emit_overriden_lib(name); } + return NULL; } /* Allowed to exist */ return (char *)name;