Merge: remove unused variable.
authorTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:26:30 +0000 (05:26 +0000)
committerTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:26:30 +0000 (05:26 +0000)
source/rpcclient/cmd_netlogon.c

index e6ec28beabbaf69306c98dbcacd754c9e95868ac..7a77d125a6ff97154f24c01507bdec0078bf63cd 100644 (file)
@@ -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;