From 75f1aa6ccd519a11eca64be7eff6e00db7242f57 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 4 Sep 2015 11:02:39 +0200 Subject: [PATCH] Typo --- src/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.c b/src/context.c index 8c49bcbe..eef5143a 100644 --- a/src/context.c +++ b/src/context.c @@ -1106,7 +1106,7 @@ rebuild_ub_ctx(struct getdns_context* context) { } /* setup */ context->unbound_ctx = ub_ctx_create(); - (void) ub_ctx_async(context->unbound_ctx, 1) + (void) ub_ctx_async(context->unbound_ctx, 1); context->unbound_ta_set = 0; if (!context->unbound_ctx) { return GETDNS_RETURN_MEMORY_ERROR;