summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/check_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/telnetd/check_passwd.c')
-rw-r--r--cpukit/telnetd/check_passwd.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index e1df00d2d9..8486058fa0 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -78,12 +78,12 @@ static
#endif
int check_passwd(char *peername)
{
-char *pw;
-int rval = -1, tmp, retries;
-struct termios t,told;
-int restore_flags = 0;
-char buf[30], cryptbuf[21];
-char salt[3];
+ char *pw;
+ int rval = -1, tmp, retries;
+ struct termios t,told;
+ int restore_flags = 0;
+ char buf[30], cryptbuf[21];
+ char salt[3];
if ( !(pw=getenv("TELNETD_PASSWD")) || 0 == strlen(pw) )
#ifdef TELNETD_DEFAULT_PASSWD