* src/login.c: Erase the username later since it it used for the

fake password check (in case of empty password).
This commit is contained in:
nekral-guest
2008-09-20 20:05:22 +00:00
parent 11c7543c76
commit c8d2175981
2 changed files with 10 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
* src/login.c: Make sure a username is specified with -f.
* src/login.c: Explicitly tag the end of the #ifdef RLOGIN
sections.
* src/login.c: Erase the username later since it it used for the
fake password check (in case of empty password).
2008-09-20 Nicolas François <nicolas.francois@centraliens.net>