summaryrefslogtreecommitdiffstats
path: root/auth2-none.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-none.c')
-rw-r--r--auth2-none.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/auth2-none.c b/auth2-none.c
index 30337fd6..720d3c10 100644
--- a/auth2-none.c
+++ b/auth2-none.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-none.c,v 1.2 2002/05/31 11:35:15 markus Exp $");
+RCSID("$OpenBSD: auth2-none.c,v 1.3 2002/06/19 00:27:55 deraadt Exp $");
#include "auth.h"
#include "xmalloc.h"
@@ -65,7 +65,7 @@ auth2_read_banner(void)
return (NULL);
}
banner[n] = '\0';
-
+
return (banner);
}
@@ -88,7 +88,6 @@ userauth_banner(void)
done:
if (banner)
xfree(banner);
- return;
}
static int