mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
viced-drop-core-on-shutdownandcore-20071129
LICENSE IPL10 FIXES 74708 when we call ShutDownAndCore, actually drop a core.
This commit is contained in:
parent
7515efb9c3
commit
a6fd54900e
@ -853,6 +853,9 @@ ShutDownAndCore(int dopanic)
|
||||
}
|
||||
}
|
||||
|
||||
if (dopanic)
|
||||
assert(0);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user