From 9bb4c01ba28370ef07a43df27834ab02ffbd7dc4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Apr 2014 22:15:01 +0000 Subject: Fix a (currently cosmetic) bug in BackupProtocolLocal2 account ID. It was hardcoded to 0x01234567 due to a copy and paste error. --- lib/backupstore/BackupProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/backupstore') 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() { } -- cgit v1.2.3