Merge pull request #466 from dgw/fix-shell-timeout

Remove accidental timeout in shell module
This commit is contained in:
Alexey Sokolov
2014-01-27 14:18:04 -08:00

View File

@@ -24,7 +24,7 @@
//! @author imaginos@imaginos.net
class CExecSock : public CZNCSock {
public:
CExecSock() : CZNCSock() {
CExecSock() : CZNCSock(0) {
m_iPid = -1;
}