(init_sec_context): cosmetics

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6726 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-08-04 17:18:40 +00:00
parent eff8df852d
commit e48065ffaa
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ init_auth
OM_uint32 * time_rec
)
{
OM_uint32 ret;
OM_uint32 ret = GSS_S_FAILURE;
krb5_error_code kret;
krb5_flags ap_options;
krb5_creds this_cred, *cred;
@@ -258,7 +258,7 @@ failure:
free (*context_handle);
krb5_data_free (&outbuf);
*context_handle = GSS_C_NO_CONTEXT;
return GSS_S_FAILURE;
return ret;
}
static OM_uint32

View File

@@ -57,7 +57,7 @@ init_auth
OM_uint32 * time_rec
)
{
OM_uint32 ret;
OM_uint32 ret = GSS_S_FAILURE;
krb5_error_code kret;
krb5_flags ap_options;
krb5_creds this_cred, *cred;
@@ -258,7 +258,7 @@ failure:
free (*context_handle);
krb5_data_free (&outbuf);
*context_handle = GSS_C_NO_CONTEXT;
return GSS_S_FAILURE;
return ret;
}
static OM_uint32