return error code
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10483 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -35,13 +35,10 @@
|
|||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
void
|
krb5_error_code
|
||||||
gssapi_krb5_init (void)
|
gssapi_krb5_init (void)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
if(gssapi_krb5_context == NULL)
|
||||||
|
return krb5_init_context (&gssapi_krb5_context);
|
||||||
if(gssapi_krb5_context == NULL) {
|
return 0;
|
||||||
ret = krb5_init_context (&gssapi_krb5_context);
|
|
||||||
/* and what do we do when that failed? */
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -35,13 +35,10 @@
|
|||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
void
|
krb5_error_code
|
||||||
gssapi_krb5_init (void)
|
gssapi_krb5_init (void)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
if(gssapi_krb5_context == NULL)
|
||||||
|
return krb5_init_context (&gssapi_krb5_context);
|
||||||
if(gssapi_krb5_context == NULL) {
|
return 0;
|
||||||
ret = krb5_init_context (&gssapi_krb5_context);
|
|
||||||
/* and what do we do when that failed? */
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user