]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/Trust.cpp
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / Trust.cpp
index a10e0528d290f0378345dba2bfc5dc989987b89f..ae9d4ee35afe1ff0ef7ab094a8a3b343f32ba09c 100644 (file)
@@ -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