passwd: fix bug: we are trying to update shadow even if user's record is in passwd!
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 27 Jul 2007 11:22:34 +0000 (11:22 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 27 Jul 2007 11:22:34 +0000 (11:22 -0000)
commit1d10aaf11617558592b0215fe85bc42fa444e384
tree033e1b9896e651a3ab1d94b255a534ff39a91845
parent3734b946bfef55c8f63d367422da5c7aa7b972db
passwd: fix bug: we are trying to update shadow even if user's record is in passwd!
getspnam is guilty, it lies that user record exists in shadow.
include/libbb.h
loginutils/passwd.c