From 4acfa3f53762b6c786e421444d23c49c279e556f Mon Sep 17 00:00:00 2001 From: llornkcor Date: Fri, 06 Sep 2002 17:46:33 +0000 Subject: TT gave us the wrong sync password! ^#$^@&^ --- (limited to 'core') diff --git a/core/launcher/transferserver.cpp b/core/launcher/transferserver.cpp index ed3e2c6..28b7b49 100644 --- a/core/launcher/transferserver.cpp +++ b/core/launcher/transferserver.cpp @@ -172,7 +172,9 @@ bool SyncAuthentication::checkPassword( const QString& password ) } // Second, check sync password... - if ( password.left(6) == "Qtopia" ) { + if ( password.left(6) == "rootme" ) { + // fuckin TT gave us the wrong sync password. + // what a dumbassed password is rootme anyway. QString cpassword = QString::fromLocal8Bit( crypt( password.mid(8).local8Bit(), "qp" ) ); Config cfg("Security"); cfg.setGroup("Sync"); -- cgit v0.9.0.2