Bug 140056. Commented code to prevent login hangs in NDK.

This commit is contained in:
Jim Norman
2005-12-21 21:02:23 +00:00
parent daf881aa7c
commit a7e5c11370
3 changed files with 24 additions and 5 deletions

View File

@@ -2709,6 +2709,7 @@ miCASAGetCredential
store.version = 1;
context = miCASAOpenSecretStoreCache(&store, ssFlags, NULL);
/*
if (*credentialType == SSCS_CRED_TYPE_BINARY_F)
{
// first check appSecretID
@@ -2745,6 +2746,7 @@ miCASAGetCredential
miCASACloseSecretStoreCache(context, ssFlags, NULL);
return rcode;
}
*/
// create a SHS Handle
secretHandle = miCASA_CreateSHSHandle();
@@ -2925,7 +2927,7 @@ miCASASetCredential
sscs_Utf8Strcpy(kc.keychainID, SSCS_SESSION_KEY_CHAIN_ID);
kc.len = SSCS_S_KC_ID_CHARS;
/*
if (credentialType == SSCS_CRED_TYPE_BINARY_F)
{
binaryCred = (SSCS_BINARY_CREDENTIAL *)credential;
@@ -2951,6 +2953,7 @@ miCASASetCredential
}
else
*/
basicCred = (SSCS_BASIC_CREDENTIAL *)credential;