From 60526528d2aa04a503b4fff0c31c28379c023447 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 2 Aug 2007 20:36:26 +0000 Subject: [PATCH] Missing NULL --- src/device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index ecddf95..3b4e652 100644 --- a/src/device.c +++ b/src/device.c @@ -34,7 +34,8 @@ static int pusb_device_connected(t_pusb_options *opts, LibHalContext *ctx) udi = pusb_hal_find_item(ctx, "storage.serial", opts->device.serial, "storage.vendor", opts->device.vendor, - "info.product", opts->device.model); + "info.product", opts->device.model, + NULL); if (!udi) { /* Backward compatibility with older versions (0.4.1) */