Remove accidental timeout in shell module

(cherry picked from commit 38fc398c2a)
This commit is contained in:
dgw
2014-01-21 00:26:01 +04:00
committed by Alexey Sokolov
parent 3c29bbb7ad
commit 7fdcae7825
+1 -1
View File
@@ -24,7 +24,7 @@
//! @author imaginos@imaginos.net
class CExecSock : public CZNCSock {
public:
CExecSock() : CZNCSock() {
CExecSock() : CZNCSock(0) {
m_iPid = -1;
}