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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

