Switch to unified view
a/src/execmd.cpp | b/src/execmd.cpp | ||
---|---|---|---|
... |
... |
||
220 | } else { |
220 | } else { |
221 | LOGERR(("ExecCmd: error killing process group %d: %d\n", |
221 | LOGERR(("ExecCmd: error killing process group %d: %d\n", |
222 | grp, errno)); |
222 | grp, errno)); |
223 | } |
223 | } |
224 | } |
224 | } |
225 | m_parent->m_tocmd = std::shared_ptr<Netcon>(0);
|
225 | m_parent->m_tocmd = std::shared_ptr<Netcon>(); |
226 | m_parent->m_fromcmd = std::shared_ptr<Netcon>(0);
|
226 | m_parent->m_fromcmd = std::shared_ptr<Netcon>(); |
227 | pthread_sigmask(SIG_UNBLOCK, &m_parent->m_blkcld, 0); |
227 | pthread_sigmask(SIG_UNBLOCK, &m_parent->m_blkcld, 0); |
228 | m_parent->reset(); |
228 | m_parent->reset(); |
229 | } |
229 | } |
230 | private: |
230 | private: |
231 | ExecCmd *m_parent; |
231 | ExecCmd *m_parent; |