summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-14 22:22:43 +1100
committerDamien Miller <djm@mindrot.org>2003-01-14 22:22:43 +1100
commit0946d876f9b7abea25eb0d617b1860575937e5f4 (patch)
tree98c20c89337aac4b9c4701127f9cc0df5e1975ce /log.c
parent0141319d859ace49008c9a9923f6b448190786b3 (diff)
downloadopenssh-git-0946d876f9b7abea25eb0d617b1860575937e5f4.tar.gz
- markus@cvs.openbsd.org 2003/01/11 18:29:43
[log.c] set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au
Diffstat (limited to 'log.c')
-rw-r--r--log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/log.c b/log.c
index ead7e902..84e4ce0a 100644
--- a/log.c
+++ b/log.c
@@ -34,7 +34,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: log.c,v 1.24 2002/07/19 15:43:33 markus Exp $");
+RCSID("$OpenBSD: log.c,v 1.25 2003/01/11 18:29:43 markus Exp $");
#include "log.h"
#include "xmalloc.h"
@@ -233,6 +233,7 @@ fatal_remove_all_cleanups(void)
next_cu = cu->next;
xfree(cu);
}
+ fatal_cleanups = NULL;
}
/* Cleanup and exit */