removed warnings

This commit is contained in:
van Hauser 2014-11-28 22:13:09 +01:00
parent 8fe519dd75
commit 4cc2dcebc2
7 changed files with 26 additions and 27 deletions

View file

@ -900,7 +900,7 @@ unsigned long SMBSessionSetup(int s, char *szLogin, char *szPassword, char *misc
unsigned char *NTLMv2hash = NULL;
unsigned char *NTLMhash = NULL;
unsigned char *LMhash = NULL;
unsigned char unicodeLogin[32 * 2];
// unsigned char unicodeLogin[32 * 2];
int j;
char bufReceive[512];
int nReceiveBufferSize = 0;