summaryrefslogtreecommitdiffstats
path: root/discover/pb-discover.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/pb-discover.c')
-rw-r--r--discover/pb-discover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/pb-discover.c b/discover/pb-discover.c
index 9330da6..6966ba4 100644
--- a/discover/pb-discover.c
+++ b/discover/pb-discover.c
@@ -151,7 +151,7 @@ int main(int argc, char *argv[])
if (!server)
return EXIT_FAILURE;
- handler = device_handler_init(server, opts.dry_run == opt_yes);
+ handler = device_handler_init(server, waitset, opts.dry_run == opt_yes);
if (!handler)
return EXIT_FAILURE;
OpenPOWER on IntegriCloud