mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[E1000] Stop logging MAC, is sensitive data of log-contributors (#5254)
This commit is contained in:
parent
7ee41e9e60
commit
3c797b314f
1 changed files with 2 additions and 0 deletions
|
@ -676,6 +676,7 @@ NICGetPermanentMacAddress(
|
|||
Adapter->PermanentMacAddress[n * 2 + 1] = (AddrWord >> 8) & 0xff;
|
||||
}
|
||||
|
||||
#if 0
|
||||
NDIS_DbgPrint(MIN_TRACE, ("MAC: %02x:%02x:%02x:%02x:%02x:%02x\n",
|
||||
Adapter->PermanentMacAddress[0],
|
||||
Adapter->PermanentMacAddress[1],
|
||||
|
@ -683,6 +684,7 @@ NICGetPermanentMacAddress(
|
|||
Adapter->PermanentMacAddress[3],
|
||||
Adapter->PermanentMacAddress[4],
|
||||
Adapter->PermanentMacAddress[5]));
|
||||
#endif
|
||||
return NDIS_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue