Remove the pw_name argument of new_pw_passwd. Use the user_newname global

variable instead. This avoid using a parameter with the same name as a function.
This commit is contained in:
nekral-guest
2008-01-06 12:50:22 +00:00
parent 5c6f68cd8f
commit 0c867d23ad
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: Remove the pw_name argument of new_pw_passwd. Use
the user_newname global variable instead. This avoid using a
parameter with the same name as a function.
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
* src/newgrp.c: Removed unused gid parameter of syslog_sg().