]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
address typo
authorMark Andrews <marka@isc.org>
Tue, 27 May 2014 04:10:12 +0000 (14:10 +1000)
committerMark Andrews <marka@isc.org>
Tue, 27 May 2014 04:10:32 +0000 (14:10 +1000)
(cherry picked from commit 358cc47a25862efb9701d1622782b64048e02cbb)

lib/isc/unix/socket.c

index 93bc148c59b314c3ac8f25da518797fdb8463f3d..fd733c049f818976960467d642fb9bd82f01fbab 100644 (file)
@@ -4138,7 +4138,7 @@ watcher(void *uap) {
                                                        &manager->open_max);
                                if (result != ISC_R_SUCCESS)
                                        manager->open_max = 64;
-                               manager->calls == 0;
+                               manager->calls = 0;
                        }
                        for (pass = 0; pass < 2; pass++) {
                                dvp.dp_fds = manager->events;