mirror of
https://github.com/znc/znc.git
synced 2026-05-05 04:52:31 +02:00
Merge pull request #466 from dgw/fix-shell-timeout
Remove accidental timeout in shell module
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
//! @author imaginos@imaginos.net
|
||||
class CExecSock : public CZNCSock {
|
||||
public:
|
||||
CExecSock() : CZNCSock() {
|
||||
CExecSock() : CZNCSock(0) {
|
||||
m_iPid = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user