]> Zhao Yanbai Git Server - minix.git/commitdiff
avfs: unbreak process termination on PM_DUMPCORE
authorDavid van Moolenbroek <david@minix3.org>
Thu, 24 Nov 2011 12:04:52 +0000 (13:04 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 24 Nov 2011 12:04:52 +0000 (13:04 +0100)
servers/avfs/main.c

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