From: Jeffrey Altman Date: Thu, 29 Nov 2007 19:28:39 +0000 (+0000) Subject: STABLE14-viced-drop-core-on-shutdownandcore-20071129 X-Git-Tag: openafs-stable-1_4_7pre1~137 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0adc0f0c9e8f041cceb00a6c765b49f3b8d7a336;p=packages%2Fo%2Fopenafs.git STABLE14-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 b4970640d..024e88444 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -692,6 +692,9 @@ ShutDownAndCore(int dopanic) } } + if (dopanic) + assert(0); + exit(0); } /*ShutDown */