more-cleanup-20040403

removal of unused variables, formatting, comments, etc.
This commit is contained in:
Jeffrey Altman 2004-04-03 10:34:16 +00:00 committed by Jeffrey Altman
parent 536c4547d6
commit 9e4d68ffba

View File

@ -6524,18 +6524,6 @@ void smb_NetbiosInit()
int lana_found = 0;
OSVERSIONINFO Version;
/*******************************************************************/
/* ms loopback adapter scan */
/*******************************************************************/
struct
{
ADAPTER_STATUS status;
NAME_BUFFER NameBuff [30];
} Adapter;
int j;
BOOL wla_found;
/* AFAIK, this is the default for the ms loopback adapter.*/
unsigned char kWLA_MAC[6] = { 0x02, 0x00, 0x4c, 0x4f, 0x4f, 0x50 };
/*******************************************************************/