diff options
-rw-r--r-- | ctdb/ctdb_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/ctdb_test.c b/ctdb/ctdb_test.c index a0ef91966b..bb92c02b41 100644 --- a/ctdb/ctdb_test.c +++ b/ctdb/ctdb_test.c @@ -79,6 +79,7 @@ int main(int argc, const char *argv[]) POPT_AUTOHELP { "nlist", 0, POPT_ARG_STRING, &nlist, 0, "node list file", "filename" }, { "listen", 0, POPT_ARG_STRING, &myaddress, 0, "address to listen on", "address" }, + POPT_TABLEEND }; int opt; const char **extra_argv; |