Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Sep 4, 2015
1 parent b7b90ca commit 75f1aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 75f1aa6

Please sign in to comment.