author | zecke <zecke> | 2003-09-19 13:34:19 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-09-19 13:34:19 (UTC) |
commit | 6fc0216161b4ad62cd407d2a36d78d8bd88f4ed0 (patch) (unidiff) | |
tree | 6a5511175042d599142c1686289487cc4e74c19a | |
parent | ff7423735a1effb0aad3f79b8a4e1ee2ed24750d (diff) | |
download | opie-6fc0216161b4ad62cd407d2a36d78d8bd88f4ed0.zip opie-6fc0216161b4ad62cd407d2a36d78d8bd88f4ed0.tar.gz opie-6fc0216161b4ad62cd407d2a36d78d8bd88f4ed0.tar.bz2 |
if the password is wrong but 'rootme' prompt the user again to either accept
or deny the connection
-rw-r--r-- | core/launcher/transferserver.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/launcher/transferserver.cpp b/core/launcher/transferserver.cpp index 371400e..fde6f8b 100644 --- a/core/launcher/transferserver.cpp +++ b/core/launcher/transferserver.cpp | |||
@@ -219,3 +219,7 @@ bool SyncAuthentication::checkPassword( const QString& password ) | |||
219 | ++lock; | 219 | ++lock; |
220 | if ( password.left(6) == "Qtopia" ) { | 220 | |
221 | /* | ||
222 | * we need to support old Sync software and QtopiaDesktop | ||
223 | */ | ||
224 | if ( password.left(6) == "Qtopia" || password.left(6) == "rootme" ) { | ||
221 | Config cfg( QPEApplication::qpeDir()+"/etc/Security.conf", Config::File ); | 225 | Config cfg( QPEApplication::qpeDir()+"/etc/Security.conf", Config::File ); |