mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-18 02:31:42 +00:00
Return NOT_AVAILABLE instead of false
This commit is contained in:
@@ -347,7 +347,9 @@ int CallbackHandler(KernelCallback *Data)
|
|||||||
|
|
||||||
// Get MAC address
|
// Get MAC address
|
||||||
if (!GetMAC().Valid())
|
if (!GetMAC().Valid())
|
||||||
return false;
|
return NOT_AVAILABLE;
|
||||||
|
else
|
||||||
|
KAPI->Util.DebugPrint(((char *)"MAC adddress found." + KAPI->Info.Offset), KAPI->Info.DriverUID);
|
||||||
MAC = GetMAC();
|
MAC = GetMAC();
|
||||||
|
|
||||||
// Start link
|
// Start link
|
||||||
|
Reference in New Issue
Block a user