ctdb-daemon: Consolidate command line options to ctdbd
authorAmitay Isaacs <amitay@gmail.com>
Fri, 18 Nov 2016 03:52:38 +0000 (14:52 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 25 Nov 2016 03:19:23 +0000 (04:19 +0100)
commit569d787a1d688ddbabbea8cc16359b0415da97fa
treeca229e067920fb7eb7ee724cb57dea43b2c125a1
parent7dec7e0b9940811d0b3eb4e2e624987b95179fe3
ctdb-daemon: Consolidate command line options to ctdbd

This inserts the code from ctdb_cmdline_init() function directly in
main(), so common/cmdline.[ch] can be removed.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdbd.c