viced-drop-core-on-shutdownandcore-20071129

LICENSE IPL10
FIXES 74708

when we call ShutDownAndCore, actually drop a core.
This commit is contained in:
Jeffrey Altman 2007-11-29 19:25:04 +00:00 committed by Derrick Brashear
parent 7515efb9c3
commit a6fd54900e

View File

@ -853,6 +853,9 @@ ShutDownAndCore(int dopanic)
}
}
if (dopanic)
assert(0);
exit(0);
}