diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 05:26:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 05:26:30 +0000 |
commit | c182b78639c6db1111d658c77e32c44b92085f00 (patch) | |
tree | 914ecda3c74a30f62b8ea156e9a50de74ac3ba6d | |
parent | 19164790b0c56dbae2997c477ce733efd45913b0 (diff) | |
download | samba-c182b78639c6db1111d658c77e32c44b92085f00.tar.gz samba-c182b78639c6db1111d658c77e32c44b92085f00.tar.bz2 samba-c182b78639c6db1111d658c77e32c44b92085f00.zip |
Merge: remove unused variable.
(This used to be commit 6a1d99d318c2dddc01d8262f31c7afbe9bb1a286)
-rw-r--r-- | source3/rpcclient/cmd_netlogon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index e6ec28beab..7a77d125a6 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -268,7 +268,6 @@ static NTSTATUS cmd_netlogon_sam_logon(struct cli_state *cli, TALLOC_CTX *mem_ctx, int argc, const char **argv) { - unsigned char trust_passwd[16]; NTSTATUS result = NT_STATUS_UNSUCCESSFUL; int logon_type = NET_LOGON_TYPE; const char *username, *password; |