Fix typos in some #if 0'd code.
This commit is contained in:
parent
4ffaedfcde
commit
7dd4170cf5
4
crypto/dist/heimdal/lib/krb5/mcache.c
vendored
4
crypto/dist/heimdal/lib/krb5/mcache.c
vendored
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id: mcache.c,v 1.3 2000/08/10 15:51:20 thorpej Exp $");
|
RCSID("$Id: mcache.c,v 1.4 2000/08/10 16:18:00 thorpej Exp $");
|
||||||
|
|
||||||
typedef struct krb5_mcache {
|
typedef struct krb5_mcache {
|
||||||
struct krb5_mcache *next;
|
struct krb5_mcache *next;
|
||||||
@ -180,7 +180,7 @@ mcc_destroy(krb5_context context,
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
if (m->refcnt == 0)
|
if (m->refcnt == 0)
|
||||||
krb5_abortx("mcc_close: refcnt already 0");
|
krb5_abortx(context, "mcc_destroy: refcnt already 0");
|
||||||
if (--m->refcnt != 0)
|
if (--m->refcnt != 0)
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user