Changeset 99633 in vbox for trunk/src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp
- Timestamp:
- May 5, 2023 12:57:30 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp
r98103 r99633 948 948 address.matches(pszToken) ? "MATCH" : "no match"); 949 949 if (address.matches(pszToken)) 950 { 951 fclose(fp); 950 952 return false; 953 } 951 954 } 952 955 }
Note:
See TracChangeset
for help on using the changeset viewer.