From 01884ebf2ff19747225981f3f0f5eec8073ad684 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 3 Dec 2011 13:24:15 -0800 Subject: [PATCH] fix argument order --- lib/krb5/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/plugin.c b/lib/krb5/plugin.c index 4b84a7e07..6ab80edb3 100644 --- a/lib/krb5/plugin.c +++ b/lib/krb5/plugin.c @@ -544,7 +544,7 @@ struct iter_ctx { }; static void -search_modules(void *ctx, heim_object_t key, heim_object_t value) +search_modules(heim_object_t key, heim_object_t value, void *ctx) { struct iter_ctx *s = ctx; struct plugin2 *p = value; -- 2.11.4.GIT