From b1d7f796d681adb16da7ad56c58614a668ee879f Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Fri, 31 May 2013 17:16:55 +0300 Subject: [PATCH] core: fix embarrassing typo spotted by Ismo. --- src/core/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/auth.c b/src/core/auth.c index 7e52f37..5e310cc 100644 --- a/src/core/auth.c +++ b/src/core/auth.c @@ -140,7 +140,7 @@ int mrp_register_authenticator(mrp_context_t *ctx, const char *name, } -void mrp_unregster_authenticator(mrp_context_t *ctx, const char *name) +void mrp_unregister_authenticator(mrp_context_t *ctx, const char *name) { mrp_list_hook_t *backends = ctx ? &ctx->auth : &pending; -- 2.7.4