make the ...cacheDnsNumberServers OID return the number of name
servers, rather than 0, for the internal DNS case. For the external
DNS case, this OID returns the number of (running) dnsserver helper
processes.
/*
- * $Id: dns_internal.cc,v 1.54 2003/02/23 00:08:03 robertc Exp $
+ * $Id: dns_internal.cc,v 1.55 2003/03/01 17:31:17 hno Exp $
*
* DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c
* AUTHOR: Duane Wessels
case DNS_SERVERS:
Answer = snmp_var_new_integer(Var->name, Var->name_length,
+ nns,
0,
SMI_COUNTER32);