From: Mark Andrews Date: Thu, 28 Jul 2005 05:46:12 +0000 (+0000) Subject: result was not being assigned. X-Git-Tag: v9.2.6b1~43^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7a80d6d5ba8473d38d9d99f97aee42f2aac02835;p=thirdparty%2Fbind9.git result was not being assigned. --- diff --git a/bin/named/query.c b/bin/named/query.c index b08e1a2dfb7..f0a6c8e310f 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.269 2005/07/27 02:28:58 marka Exp $ */ +/* $Id: query.c,v 1.270 2005/07/28 05:46:12 marka Exp $ */ /*! \file */ @@ -2709,7 +2709,7 @@ query_recurse(ns_client_t *client, dns_rdatatype_t qtype, dns_name_t *qdomain, "recursive-clients soft limit exceeded, " "aborting oldest query"); ns_client_killoldestquery(client); - result == ISC_R_SUCCESS; + result = ISC_R_SUCCESS; } else if (result == ISC_R_QUOTA) { ns_client_log(client, NS_LOGCATEGORY_CLIENT, NS_LOGMODULE_QUERY, ISC_LOG_WARNING,