diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-15 16:10:57 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-15 16:10:57 +0000 |
commit | 9eeab10e54e9e94082ced649b33ee45b4f59f858 (patch) | |
tree | d8f15fe653360a75074819eb507fcd073170556a /source3/rpcclient | |
parent | 3300eb086ed1704d535b7ef8201a2dd886b88dcc (diff) | |
download | samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.tar.gz samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.tar.bz2 samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.zip |
[merge]
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
(This used to be commit 25a9681ddda47a41fac8fdc97ca50b7f4c579eaf)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_lsarpc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c index 8eb8ce8754..b452eab625 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/rpcclient/cmd_lsarpc.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. RPC pipe client @@ -410,8 +410,7 @@ static NTSTATUS cmd_lsa_enum_privsaccounts(struct cli_state *cli, POLICY_HND dom_pol; POLICY_HND user_pol; NTSTATUS result = NT_STATUS_UNSUCCESSFUL; - uint32 access_desired = 0x000f000f; - + DOM_SID sid; uint32 count=0; LUID_ATTR *set; |