author | zecke <zecke> | 2004-07-10 11:46:17 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-07-10 11:46:17 (UTC) |
commit | acc8a75e0d04757aa1d6f76942c04781f221a97f (patch) (side-by-side diff) | |
tree | 0fb6fb4f5cdff00b76efa3080dbc6affe0af96c5 | |
parent | c2b6d8dfff0aa3eab76b823e5be76cebb23097cf (diff) | |
download | opie-acc8a75e0d04757aa1d6f76942c04781f221a97f.zip opie-acc8a75e0d04757aa1d6f76942c04781f221a97f.tar.gz opie-acc8a75e0d04757aa1d6f76942c04781f221a97f.tar.bz2 |
Unlink is not needed in this case
-rw-r--r-- | core/opie-login/passworddialogimpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/opie-login/passworddialogimpl.cpp b/core/opie-login/passworddialogimpl.cpp index aeb7516..951c4e1 100644 --- a/core/opie-login/passworddialogimpl.cpp +++ b/core/opie-login/passworddialogimpl.cpp @@ -156,13 +156,12 @@ void PasswordDialogImpl::writePassword() { ::putpwent( pass, file ); } ::fclose( file ); ::endpwent(); - ::unlink("/etc/passwd"); ::rename("/etc/passwd.new","/etc/passwd" ); /* should be done now */ #ifdef OPIE_LOGIN_SHADOW_PW #error "Can't write Shadow Passwords fixme" #endif |