mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +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);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user