diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-15 16:07:14 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-15 16:07:14 +0000 |
commit | 43e4cae106ebc581994dccbf1cc4c9c9559e3e8a (patch) | |
tree | 9321ad16d9eae20b4a269e1ad1b12448ce5e2385 /source3/rpcclient/cmd_lsarpc.c | |
parent | 58fe4d9c20203f6f55c8e995402e156becb91b3e (diff) | |
download | samba-43e4cae106ebc581994dccbf1cc4c9c9559e3e8a.tar.gz samba-43e4cae106ebc581994dccbf1cc4c9c9559e3e8a.tar.bz2 samba-43e4cae106ebc581994dccbf1cc4c9c9559e3e8a.zip |
* 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 4a6d8280ea27ca7a6998219aacc4b15b1227a659)
Diffstat (limited to 'source3/rpcclient/cmd_lsarpc.c')
-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 e1c6fe5d3d..decbc8e161 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/rpcclient/cmd_lsarpc.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. RPC pipe client @@ -462,8 +462,7 @@ static NTSTATUS cmd_lsa_enum_acct_rights(struct cli_state *cli, { POLICY_HND dom_pol; NTSTATUS result = NT_STATUS_UNSUCCESSFUL; - uint32 access_desired = 0x000f000f; - + DOM_SID sid; uint32 count; char **rights; |