[SCM] kodi-pvr-vdr-vnsi/master: fix init of atomic bool

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 00:20:21 UTC 2016


The following commit has been merged in the master branch:
commit b1846da8e1554a6a69685609a041727de70e6391
Author: Rainer Hochecker <fernetmenta at online.de>
Date:   Mon Mar 28 22:56:31 2016 +0200

    fix init of atomic bool

diff --git a/src/VNSISession.cpp b/src/VNSISession.cpp
index 98ee97b..8dcd067 100644
--- a/src/VNSISession.cpp
+++ b/src/VNSISession.cpp
@@ -47,8 +47,8 @@ cVNSISession::cVNSISession()
   : m_protocol(0)
   , m_socket(NULL)
   , m_connectionLost(false)
-  , m_abort(false)
 {
+  m_abort = false;
 }
 
 cVNSISession::~cVNSISession()

-- 
kodi-pvr-vdr-vnsi packaging



More information about the pkg-multimedia-commits mailing list