summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
committerDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
commit787b2ec18c013a5076765f93882550918658ea89 (patch)
tree7f33575e4c909759321a234a29d052f842cb589f /auth.c
parenta8e06cef35c205e1aa562513c6d034a10c8c9a6d (diff)
more whitespace (tabs this time)
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index a8cf0ce20..4b307dab3 100644
--- a/auth.c
+++ b/auth.c
@@ -597,7 +597,7 @@ fakepw(void)
597 memset(&fake, 0, sizeof(fake)); 597 memset(&fake, 0, sizeof(fake));
598 fake.pw_name = "NOUSER"; 598 fake.pw_name = "NOUSER";
599 fake.pw_passwd = 599 fake.pw_passwd =
600 "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK"; 600 "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK";
601 fake.pw_gecos = "NOUSER"; 601 fake.pw_gecos = "NOUSER";
602 fake.pw_uid = -1; 602 fake.pw_uid = -1;
603 fake.pw_gid = -1; 603 fake.pw_gid = -1;