at all times. [RT #15955]
+2056. [bug] dig: ixfr= was not being treated case insensitively
+ at all times. [RT #15955]
+
2055. [bug] Missing goto after dropping multicast query.
[RT #15944]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dig.c,v 1.157.2.13.2.29 2005/10/14 01:38:40 marka Exp $ */
+/* $Id: dig.c,v 1.157.2.13.2.30 2006/07/21 23:52:29 marka Exp $ */
#include <config.h>
#include <stdlib.h>
* Anything which isn't an option
*/
if (open_type_class) {
- if (strncmp(rv[0], "ixfr=", 5) == 0) {
+ if (strncasecmp(rv[0], "ixfr=", 5) == 0) {
rdtype = dns_rdatatype_ixfr;
result = ISC_R_SUCCESS;
} else {