Skip to content

Commit

Permalink
Remove accidental timeout in shell module
Browse files Browse the repository at this point in the history
(cherry picked from commit 38fc398)
  • Loading branch information
dgw authored and DarthGandalf committed Apr 14, 2014
1 parent 3c29bbb commit 7fdcae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/znc/ExecSock.h
Expand Up @@ -24,7 +24,7 @@
//! @author imaginos@imaginos.net //! @author imaginos@imaginos.net
class CExecSock : public CZNCSock { class CExecSock : public CZNCSock {
public: public:
CExecSock() : CZNCSock() { CExecSock() : CZNCSock(0) {
m_iPid = -1; m_iPid = -1;
} }


Expand Down

0 comments on commit 7fdcae7

Please sign in to comment.