mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
Jeremy. (This used to be commit 599d5f75c703a4cae3da87eb09b6a46285f6b074)
This commit is contained in:
parent
b7f0ad4488
commit
973abc0dd6
@ -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" },
|
{ "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"},
|
{ "test-args", 't', POPT_ARG_NONE, &test_args, True, "Test arguments"},
|
||||||
POPT_COMMON_SAMBA
|
POPT_COMMON_SAMBA
|
||||||
|
POPT_COMMON_CONNECTION
|
||||||
POPT_COMMON_CREDENTIALS
|
POPT_COMMON_CREDENTIALS
|
||||||
{ NULL }
|
POPT_TABLEEND
|
||||||
};
|
};
|
||||||
|
|
||||||
struct cli_state *cli;
|
struct cli_state *cli;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user