From 17c7ab74613309d1af0b664a81796975ac6f698d Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 26 Jun 2007 20:00:26 +0000 Subject: [PATCH] macos-afsd-dont-leak-symbol-20070626 avoid leaking a ref to this symbol outside macos code --- src/afsd/afsd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index e39a9b0c7..40a50bae2 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -1476,7 +1476,9 @@ AfsdbLookupHandler() acellName[sizeof(acellName) - 1] = '\0'; } } +#ifdef AFS_DARWIN_ENV kill(event_pid, SIGTERM); +#endif exit(1); } #endif -- 2.39.5