]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Forgot to rename some variables
authorWillem Toorop <willem@nlnetlabs.nl>
Thu, 10 Mar 2016 12:49:19 +0000 (12:49 +0000)
committerWillem Toorop <willem@nlnetlabs.nl>
Thu, 10 Mar 2016 12:49:19 +0000 (12:49 +0000)
git-svn-id: file:///svn/unbound/trunk@3657 be551aaa-1e26-0410-a405-d3ace91eadb9

util/ub_event_pluggable.c

index c27e34ce1d487cc1a9a8c2848684fa2c5394faf3..2192ca008e896017e51bf59e5ee8fcc370757079 100644 (file)
@@ -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