mirror of
https://github.com/znc/znc.git
synced 2026-07-01 15:31:52 +02:00
Remove accidental timeout in shell module
(cherry picked from commit 38fc398c2a)
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