[xboxdrv] 43/78: Fixed missing initialisation of USBSubsystem for non-detached daemon

Andrey Rahmatullin wrar-guest at moszumanska.debian.org
Sun Feb 21 17:55:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar-guest pushed a commit to branch master
in repository xboxdrv.

commit 8c422b7301c56e889f86fac207f6562f6ec6e508
Author: Ingo Ruhnke <grumbel at gmail.com>
Date:   Sat Oct 24 12:42:23 2015 +0200

    Fixed missing initialisation of USBSubsystem for non-detached daemon
---
 src/xboxdrv.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xboxdrv.cpp b/src/xboxdrv.cpp
index 72acdcb..c03a099 100644
--- a/src/xboxdrv.cpp
+++ b/src/xboxdrv.cpp
@@ -217,6 +217,7 @@ Xboxdrv::run_daemon(const Options& opts)
 
   if (!opts.detach)
   {
+    USBSubsystem usb_subsystem;
     XboxdrvDaemon daemon(opts);
     daemon.run();
   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git



More information about the Pkg-games-commits mailing list