stdcc.c: undo change which broke the opening of ccaches
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 30 Jun 2006 09:20:59 +0000 (09:20 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 30 Jun 2006 09:20:59 +0000 (09:20 +0000)
ticket: 3961

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18287 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ccapi/stdcc.c

index ff3e9a83641a07b659e1d347d7558c61b05123f3..4414abfbc3c91b2e0f03a344f9a1f6feb485bfdf 100644 (file)
@@ -878,10 +878,9 @@ krb5_error_code KRB5_CALLCONV  krb5_stdcc_resolve
        
        err = cc_open(gCntrlBlock, cName, CC_CRED_V5, 0L,
                      &ccapi_data->NamedCache);
-        if (err != CC_NOERROR) {
+        if (err != CC_NOERROR)
                ccapi_data->NamedCache = NULL;
-               goto errout;
-       }
+
        /* return new cache structure */
        *id = newCache;