1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

Kill unused variables

This commit is contained in:
Andrew Bartlett
-
parent a41fb44f5e
commit 758d923fa1

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.