summaryrefslogtreecommitdiff
path: root/core/opie-login
authorzecke <zecke>2004-07-10 11:46:17 (UTC)
committer zecke <zecke>2004-07-10 11:46:17 (UTC)
commitacc8a75e0d04757aa1d6f76942c04781f221a97f (patch) (side-by-side diff)
tree0fb6fb4f5cdff00b76efa3080dbc6affe0af96c5 /core/opie-login
parentc2b6d8dfff0aa3eab76b823e5be76cebb23097cf (diff)
downloadopie-acc8a75e0d04757aa1d6f76942c04781f221a97f.zip
opie-acc8a75e0d04757aa1d6f76942c04781f221a97f.tar.gz
opie-acc8a75e0d04757aa1d6f76942c04781f221a97f.tar.bz2
Unlink is not needed in this case
Diffstat (limited to 'core/opie-login') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opie-login/passworddialogimpl.cpp1
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
@@ -159,7 +159,6 @@ void PasswordDialogImpl::writePassword() {
::fclose( file );
::endpwent();
- ::unlink("/etc/passwd");
::rename("/etc/passwd.new","/etc/passwd" );
/* should be done now */