Changeset 46386 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg
- Timestamp:
- Jun 4, 2013 2:39:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp
r44529 r46386 2081 2081 else 2082 2082 { 2083 if (hr = S_FALSE) /* No more binding paths? */2083 if (hr == S_FALSE) /* No more binding paths? */ 2084 2084 hr = S_OK; 2085 2085 else
Note:
See TracChangeset
for help on using the changeset viewer.