Changeset 56845 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Jul 7, 2015 5:32:02 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostPowerLinux.cpp
r55651 r56845 83 83 /* Closing the connection should cause the event loop to exit. */ 84 84 LogFunc((": Stopping thread\n")); 85 dbus_connection_close(mpConnection); 85 if (mpConnection) 86 dbus_connection_close(mpConnection); 86 87 87 88 RTThreadWait(mThread, 5000, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.