diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 05:22:59 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 05:22:59 +0000 |
commit | 9251f3f2372f32902c5268206fc136dc2846554d (patch) | |
tree | 06c2289ba051b15d9b57365e6ca86ae0f934ceb2 | |
parent | 69605f6fa9994e8d76cf562fea5f6b1ced497258 (diff) | |
download | samba-9251f3f2372f32902c5268206fc136dc2846554d.tar.gz samba-9251f3f2372f32902c5268206fc136dc2846554d.tar.bz2 samba-9251f3f2372f32902c5268206fc136dc2846554d.zip |
Remove unused variables.
(This used to be commit 26901af91eaa119df0e1192be95b514ecf26c6a6)
-rw-r--r-- | source3/utils/net_rpc_samsync.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/utils/net_rpc_samsync.c b/source3/utils/net_rpc_samsync.c index 0b78cd54ce..b886119eef 100644 --- a/source3/utils/net_rpc_samsync.c +++ b/source3/utils/net_rpc_samsync.c @@ -195,12 +195,9 @@ static void dump_database(struct cli_state *cli, unsigned db_type, DOM_CRED *ret /* dump sam database via samsync rpc calls */ int rpc_samdump(int argc, const char **argv) { - NTSTATUS result; struct cli_state *cli = NULL; uchar trust_password[16]; DOM_CRED ret_creds; - uint32 neg_flags = 0x000001ff; - ZERO_STRUCT(ret_creds); |