From 694ba603ed59e57122691400d3a3b2d274939e53 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 13 Dec 2007 21:00:43 +0000 Subject: [PATCH] STABLE146-viced-drop-core-on-shutdownandcore-20071129 LICENSE IPL10 FIXES 74708 when we call ShutDownAndCore, actually drop a core. (cherry picked from commit a6fd54900e9ac9f5bf2a419338341ad355639034) --- src/viced/viced.c | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.39.5