diff options
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r-- | src/mm-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c index 114c5c80..c4f12e5c 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -249,7 +249,7 @@ apply_pre_probing_filters (MMPlugin *self, * that is the case, filter by vendor+product ID pair */ if (self->priv->product_ids) { /* If we didn't get any product: filtered */ - if (!product) + if (!product || !vendor) product_filtered = TRUE; else { for (i = 0; self->priv->product_ids[i].l; i++) |