Fixed analysers
This commit is contained in:
parent
cb0b69690a
commit
0280e47e60
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue