* src/su.c: Cleanup local variables.

This commit is contained in:
nekral-guest
2011-06-13 18:26:36 +00:00
parent b273c4d19f
commit b661b913b5
2 changed files with 3 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
authenticated user. Remove usage of the pwent variable.
* src/su.c: The password of the caller is the one from the
spwd structure only if the passwd's password is 'x'.
* src/su.c: Cleanup local variables.
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>