[159] in Moira Commits
moira commit: 'moira/clients/passwd chfn.c chsh.c'
daemon@ATHENA.MIT.EDU (danw@MIT.EDU)
Sun Sep 28 13:03:14 1997
From: <danw@MIT.EDU>
Date: Sun, 28 Sep 1997 13:02:48 -0400
To: moira-commits@MIT.EDU
Update of /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/clients/passwd
In directory Implementor:/afs/athena.mit.edu/astaff/project/moiradev/src/clients/passwd
Modified Files:
chfn.c chsh.c
Log Message:
From mbarker: Remove the `char *whoami;' local to main so that it's
setting the global whoami. Otherwise it will be uninitialized and the
program will dump core if it tries to print an error message.