Changeset 54662 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Mar 6, 2015 5:29:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp
r52617 r54662 153 153 { 154 154 readResolvConf(); 155 /* notifyAll() takes required locks */156 notifyAll();157 155 } 158 156 else if (combo.e.mask & IN_DELETE_SELF) … … 214 212 /* Notify our listeners */ 215 213 readResolvConf(); 216 notifyAll();217 218 214 } 219 215 }
Note:
See TracChangeset
for help on using the changeset viewer.