]> andersk Git - openssh.git/blobdiff - log.c
- deraadt@cvs.openbsd.org 2001/12/19 07:18:56
[openssh.git] / log.c
diff --git a/log.c b/log.c
index 39bc8b5d75a3aca0a5bcdb8a68f5745a3c34450c..5e45f55592f8eae060cc8170e01d0b555ca98394 100644 (file)
--- a/log.c
+++ b/log.c
@@ -34,7 +34,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: log.c,v 1.18 2001/06/26 17:27:23 markus Exp $");
+RCSID("$OpenBSD: log.c,v 1.19 2001/12/19 07:18:56 deraadt Exp $");
 
 #include "log.h"
 #include "xmalloc.h"
@@ -242,7 +242,7 @@ fatal_cleanup(void)
        for (cu = fatal_cleanups; cu; cu = next_cu) {
                next_cu = cu->next;
                debug("Calling cleanup 0x%lx(0x%lx)",
-                     (u_long) cu->proc, (u_long) cu->context);
+                   (u_long) cu->proc, (u_long) cu->context);
                (*cu->proc) (cu->context);
        }
        exit(255);
This page took 0.042869 seconds and 4 git commands to generate.