avfs: unbreak process termination on PM_DUMPCORE

This commit is contained in:
David van Moolenbroek 2011-11-24 13:04:52 +01:00
parent 0aa01a2dce
commit e8f944d3ca

View File

@ -829,6 +829,7 @@ PRIVATE void service_pm_postponed(void)
/* Reply status to PM */ /* Reply status to PM */
m_out.m_type = PM_CORE_REPLY; m_out.m_type = PM_CORE_REPLY;
m_out.PM_PROC = m_in.PM_PROC; m_out.PM_PROC = m_in.PM_PROC;
m_out.PM_TRACED_PROC = m_in.PM_TRACED_PROC;
m_out.PM_STATUS = r; m_out.PM_STATUS = r;
break; break;