]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
indent
authorJim Meyering <jim@meyering.net>
Sun, 13 Jul 1997 03:10:15 +0000 (03:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Jul 1997 03:10:15 +0000 (03:10 +0000)
login-utils/su.c

index 26c65fe7bbec151f061f84791a4bac99cc7959ab..42b3061c808641dc95aa03630981e0bd87c5c893 100644 (file)
@@ -287,7 +287,7 @@ correct_password (const struct passwd *pw)
     correct = sp->sp_pwdp;
   else
 #endif
-  correct = pw->pw_passwd;
+    correct = pw->pw_passwd;
 
   if (getuid () == 0 || correct == 0 || correct[0] == '\0')
     return 1;