diff --git a/include/znc/ExecSock.h b/include/znc/ExecSock.h index fc7079db..2e534624 100644 --- a/include/znc/ExecSock.h +++ b/include/znc/ExecSock.h @@ -24,7 +24,7 @@ //! @author imaginos@imaginos.net class CExecSock : public CZNCSock { public: - CExecSock() : CZNCSock() { + CExecSock() : CZNCSock(0) { m_iPid = -1; }