X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/fa7225c82381bac4432a6edf16f53b5370238d85..07691282a056c4efea71e1e505527601e8cc166b:/OSX/libsecurity_keychain/lib/Trust.cpp?ds=sidebyside diff --git a/OSX/libsecurity_keychain/lib/Trust.cpp b/OSX/libsecurity_keychain/lib/Trust.cpp index a10e0528..ae9d4ee3 100644 --- a/OSX/libsecurity_keychain/lib/Trust.cpp +++ b/OSX/libsecurity_keychain/lib/Trust.cpp @@ -82,8 +82,8 @@ TrustKeychains::TrustKeychains() : { if (GetServerMode()) // in server mode? Don't go through StorageManager to make a keychain { - mRootStoreDL = new DL(gGuidAppleFileDL), - mRootStoreDb = new Db(*mRootStoreDL, SYSTEM_ROOT_STORE_PATH), + mRootStoreDL = new DL(gGuidAppleFileDL); + mRootStoreDb = new Db(*mRootStoreDL, SYSTEM_ROOT_STORE_PATH); mRootStore = new Keychain(*mRootStoreDb); } else