summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/backupstore/BackupProtocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupProtocol.h b/lib/backupstore/BackupProtocol.h
index 8736b44f..561c6ccd 100644
--- a/lib/backupstore/BackupProtocol.h
+++ b/lib/backupstore/BackupProtocol.h
@@ -40,7 +40,7 @@ public:
{
mContext.SetClientHasAccount(AccountRootDir, DiscSetNumber);
QueryVersion(BACKUP_STORE_SERVER_VERSION);
- QueryLogin(0x01234567,
+ QueryLogin(AccountNumber,
ReadOnly ? BackupProtocolLogin::Flags_ReadOnly : 0);
}
virtual ~BackupProtocolLocal2() { }