From: Jeffrey Altman Date: Thu, 29 Nov 2007 19:25:04 +0000 (+0000) Subject: viced-drop-core-on-shutdownandcore-20071129 X-Git-Tag: BP-openafs-windows-kdfs-ifs~321 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a6fd54900e9ac9f5bf2a419338341ad355639034;p=packages%2Fo%2Fopenafs.git viced-drop-core-on-shutdownandcore-20071129 LICENSE IPL10 FIXES 74708 when we call ShutDownAndCore, actually drop a core. --- diff --git a/src/viced/viced.c b/src/viced/viced.c index 3d39b01d8..6985be1ce 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -853,6 +853,9 @@ ShutDownAndCore(int dopanic) } } + if (dopanic) + assert(0); + exit(0); }