summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-09-27 09:18:13 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-09-27 09:18:13 +0000
commitf6ce758e5b88e4a1efa7525e91ebb61c2245d23b (patch)
tree3a6074995e9b779ba2f28116393c6763c976ed57 /source3
parent2a9cd3b79af12ad32aafe204b2a964348385eba7 (diff)
downloadsamba-f6ce758e5b88e4a1efa7525e91ebb61c2245d23b.tar.gz
samba-f6ce758e5b88e4a1efa7525e91ebb61c2245d23b.tar.bz2
samba-f6ce758e5b88e4a1efa7525e91ebb61c2245d23b.zip
Kill unused variables
(This used to be commit 758d923fa183b50acab9928e402f17bd25ba8f41)
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/smbencrypt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libsmb/smbencrypt.c b/source3/libsmb/smbencrypt.c
index 119490aa7f..b1a5c9fbb8 100644
--- a/source3/libsmb/smbencrypt.c
+++ b/source3/libsmb/smbencrypt.c
@@ -299,8 +299,6 @@ BOOL decode_pw_buffer(char in_buffer[516], char *new_pwrd,
int new_pwrd_size, uint32 *new_pw_len)
{
int byte_len=0;
- char unicode_passwd[514];
- char lm_ascii_passwd[514];
/*
Warning !!! : This function is called from some rpc call.