summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-04 12:03:00 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-04 12:03:00 +0000
commit031189f1519abe7c53029c60562c91fa20720a02 (patch)
treef5a4c134c1ef7c47c93b33301f73ecb22094c5fb /tools
parent63397c1e832e8b34ecfb7f6bc99ea08aaac1997a (diff)
downloadupower-031189f1519abe7c53029c60562c91fa20720a02.tar.gz
fixed compile
Diffstat (limited to 'tools')
-rw-r--r--tools/dkp-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dkp-tool.c b/tools/dkp-tool.c
index 371a2e3..cd5a231 100644
--- a/tools/dkp-tool.c
+++ b/tools/dkp-tool.c
@@ -131,7 +131,7 @@ main (int argc, char **argv)
if (opt_enumerate || opt_dump) {
GPtrArray *devices;
const gchar *object_path;
- devices = dkp_client_enumerate_devices (client);
+ devices = dkp_client_enumerate_devices (client, NULL);
if (devices == NULL)
goto out;
for (n=0; n < devices->len; n++) {