From: Derrick Brashear Date: Tue, 26 Jun 2007 20:11:45 +0000 (+0000) Subject: STABLE14-macos-afsd-dont-leak-symbol-20070626 X-Git-Tag: openafs-stable-1_4_5-pre1~76 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=71d5a840b484addb0cd07d46e1f14e33226f37fa;p=packages%2Fo%2Fopenafs.git STABLE14-macos-afsd-dont-leak-symbol-20070626 avoid leaking a ref to this symbol outside macos code (cherry picked from commit 17c7ab74613309d1af0b664a81796975ac6f698d) --- diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 08a8a9bc1..6794431b4 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -1472,7 +1472,9 @@ AfsdbLookupHandler() acellName[sizeof(acellName) - 1] = '\0'; } } +#ifdef AFS_DARWIN_ENV kill(event_pid, SIGTERM); +#endif exit(1); } #endif