From 37d865eb008f746a0b013557312c6b44c7236eb7 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 23 Jul 2013 13:30:19 -0700 Subject: discover: Hookup --no-autoboot to config Add new routine config_set_autoboot(), and use it to set the --no-autoboot option. Signed-off-by: Geoff Levand --- discover/pb-discover.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'discover/pb-discover.c') diff --git a/discover/pb-discover.c b/discover/pb-discover.c index 007e66f..8ab2849 100644 --- a/discover/pb-discover.c +++ b/discover/pb-discover.c @@ -157,6 +157,9 @@ int main(int argc, char *argv[]) config_init(NULL); + if (opts.no_autoboot == opt_yes) + config_set_autoboot(false); + waitset = waitset_create(NULL); server = discover_server_init(waitset); -- cgit v1.2.1