diff options
-rw-r--r-- | source3/utils/smbcacls.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index 95ef6190e8..4d38793a23 100644 --- a/source3/utils/smbcacls.c +++ b/source3/utils/smbcacls.c @@ -896,8 +896,9 @@ static struct cli_state *connect_one(const char *server, const char *share) { "numeric", 0, POPT_ARG_NONE, &numeric, True, "Don't resolve sids or masks to names" }, { "test-args", 't', POPT_ARG_NONE, &test_args, True, "Test arguments"}, POPT_COMMON_SAMBA + POPT_COMMON_CONNECTION POPT_COMMON_CREDENTIALS - { NULL } + POPT_TABLEEND }; struct cli_state *cli; |