Fixed analysers

This commit is contained in:
Thulinma 2018-12-03 14:09:35 +01:00
parent cb0b69690a
commit 0280e47e60

View file

@ -13,7 +13,7 @@ void AnalyserDTSC::init(Util::Config &conf){
}
AnalyserDTSC::AnalyserDTSC(Util::Config &conf) : Analyser(conf){
conn = Socket::Connection(0, fileno(stdin));
conn = Socket::Connection(1, 0);
totalBytes = 0;
headLess = conf.getBool("headless");
}