From: Willem Toorop Date: Thu, 10 Mar 2016 12:49:19 +0000 (+0000) Subject: Forgot to rename some variables X-Git-Tag: release-1.5.9rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029ac847adff19c4a3db0a700bcfd6cf09e9285f;p=thirdparty%2Funbound.git Forgot to rename some variables git-svn-id: file:///svn/unbound/trunk@3657 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/ub_event_pluggable.c b/util/ub_event_pluggable.c index c27e34ce1..2192ca008 100644 --- a/util/ub_event_pluggable.c +++ b/util/ub_event_pluggable.c @@ -371,11 +371,11 @@ ub_get_event_sys(struct ub_event_base* ub_base, const char** n, const char** s, *n = "pluggable-event"; #ifdef USE_WINSOCK - (void)base; + (void)ub_base; *s = "winsock"; *m = "WSAWaitForMultipleEvents"; #elif defined(USE_MINI_EVENT) - (void)base; + (void)ub_base; *s = "internal"; *m = "select"; #else