GET /sessions returns the title info.

This commit is contained in:
Ben Vanik
2013-12-20 23:44:22 -08:00
parent 1461792289
commit 8a7bd7b69a
11 changed files with 101 additions and 7 deletions

View File

@@ -132,9 +132,6 @@ X_STATUS XModule::Launch(uint32_t flags) {
XELOGI("Launching module...");
// Set as the main module, while running.
kernel_state()->SetExecutableModule(this);
Dump();
// Create a thread to run in.
@@ -154,7 +151,6 @@ X_STATUS XModule::Launch(uint32_t flags) {
// Wait until thread completes.
thread->Wait(0, 0, 0, NULL);
kernel_state()->SetExecutableModule(NULL);
thread->Release();
return X_STATUS_SUCCESS;