aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/demux.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2004-05-27 11:50:20 +0000
committerFelix Domke <tmbinc@elitedvb.net>2004-05-27 11:50:20 +0000
commit6e760aa65535b807a02ca575a1ae6716d76e8f9d (patch)
tree1687874e053d3dba13b8dbb297b23783092c815a /lib/dvb/demux.cpp
parent4c54cecb6020cde399b564f17dacb048b937018a (diff)
downloadenigma2-6e760aa65535b807a02ca575a1ae6716d76e8f9d.tar.gz
enigma2-6e760aa65535b807a02ca575a1ae6716d76e8f9d.zip
missing fixes
Diffstat (limited to 'lib/dvb/demux.cpp')
-rw-r--r--lib/dvb/demux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp
index e1d8bbaf..be9ac937 100644
--- a/lib/dvb/demux.cpp
+++ b/lib/dvb/demux.cpp
@@ -126,6 +126,6 @@ RESULT eDVBSectionReader::stop()
RESULT eDVBSectionReader::connectRead(const Slot1<void,const __u8*> &r, ePtr<eConnection> &conn)
{
- conn = new eConnection(read.connect(r));
+ conn = new eConnection(this, read.connect(r));
return 0;
}