Changeset 98262 in vbox for trunk/src/VBox/Main/src-server/HostOnlyNetworkImpl.cpp
- Timestamp:
- Jan 24, 2023 1:42:14 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostOnlyNetworkImpl.cpp
r98103 r98262 104 104 { 105 105 AutoCaller autoCaller(this); 106 AssertComRCReturnRC(autoCaller. rc());106 AssertComRCReturnRC(autoCaller.hrc()); 107 107 108 108 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 115 115 { 116 116 AutoCaller autoCaller(this); 117 if (FAILED(autoCaller. rc())) return autoCaller.rc();117 if (FAILED(autoCaller.hrc())) return autoCaller.hrc(); 118 118 119 119 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.