From: Jeffrey Altman Date: Thu, 13 Dec 2007 21:00:43 +0000 (+0000) Subject: STABLE146-viced-drop-core-on-shutdownandcore-20071129 X-Git-Tag: openafs-stable-1_4_6~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=694ba603ed59e57122691400d3a3b2d274939e53;p=packages%2Fo%2Fopenafs.git STABLE146-viced-drop-core-on-shutdownandcore-20071129 LICENSE IPL10 FIXES 74708 when we call ShutDownAndCore, actually drop a core. (cherry picked from commit a6fd54900e9ac9f5bf2a419338341ad355639034) --- diff --git a/src/viced/viced.c b/src/viced/viced.c index 18e960814..cfa75e6a5 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -699,6 +699,9 @@ ShutDownAndCore(int dopanic) } } + if (dopanic) + assert(0); + exit(0); } /*ShutDown */