* libmisc/utmp.c: The ut argument of prepare_utmp() might be NULL.

ut_id needs to be forged in that case.
This commit is contained in:
nekral-guest
2009-04-22 21:02:46 +00:00
parent 811288df64
commit 7fb1063ccd
2 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/utmp.c: The ut argument of prepare_utmp() might be NULL.
ut_id needs to be forged in that case.
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/utmp.c: Removed old documentation of setutmp().