From 17b23dc3b6513462011c3538a04527b1203ecee3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 27 Apr 1999 23:52:06 +0000 Subject: [PATCH] (mcc_get_next): get the current cursor correctly git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6057 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/mcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/mcache.c b/lib/krb5/mcache.c index d971967af..966010521 100644 --- a/lib/krb5/mcache.c +++ b/lib/krb5/mcache.c @@ -181,7 +181,7 @@ mcc_get_next (krb5_context context, { struct link *l; - l = MCC_CURSOR(cursor); + l = MCC_CURSOR(*cursor); if (l != NULL) { MCC_CURSOR(*cursor) = l->next; return krb5_copy_creds_contents (context,