From f7f2de9a7185083c9850463772339b03da2f92b7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 27 May 2014 14:10:12 +1000 Subject: [PATCH] address typo (cherry picked from commit 358cc47a25862efb9701d1622782b64048e02cbb) --- lib/isc/unix/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 93bc148c59..fd733c049f 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -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;