1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

Kill unused variables

(This used to be commit 758d923fa183b50acab9928e402f17bd25ba8f41)
This commit is contained in:
Andrew Bartlett 2001-09-27 09:18:13 +00:00
parent 2a9cd3b79a
commit f6ce758e5b

View File

@ -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.