]> andersk Git - openssh.git/blobdiff - audit.c
-(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]
[openssh.git] / audit.c
diff --git a/audit.c b/audit.c
index 688cea54abb6c62ffdb0472f05d68b2ecf08d978..6bc9f92b3486443e07cbf3c3a73959ef4f880ec9 100644 (file)
--- a/audit.c
+++ b/audit.c
@@ -120,7 +120,7 @@ void
 audit_connection_from(const char *host, int port)
 {
        debug("audit connection from %s port %d euid %d", host, port,
-          (int)geteuid());
+           (int)geteuid());
 }
 
 /*
@@ -147,7 +147,7 @@ audit_session_open(const char *ttyn)
        const char *t = ttyn ? ttyn : "(no tty)";
 
        debug("audit session open euid %d user %s tty name %s", geteuid(),
-            audit_username(), t);
+           audit_username(), t);
 }
 
 /*
@@ -163,7 +163,7 @@ audit_session_close(const char *ttyn)
        const char *t = ttyn ? ttyn : "(no tty)";
 
        debug("audit session close euid %d user %s tty name %s", geteuid(),
-            audit_username(), t);
+           audit_username(), t);
 }
 
 /*
This page took 0.033623 seconds and 4 git commands to generate.