* src/login.c: Explicitly tag the end of the #ifdef RLOGIN

sections.
This commit is contained in:
nekral-guest
2008-09-20 20:03:04 +00:00
parent 29d4533047
commit 11c7543c76
2 changed files with 10 additions and 8 deletions

View File

@@ -6,6 +6,8 @@
conditional).
* src/login.c: Check that no username is specified with -r.
* src/login.c: Make sure a username is specified with -f.
* src/login.c: Explicitly tag the end of the #ifdef RLOGIN
sections.
2008-09-20 Nicolas François <nicolas.francois@centraliens.net>