Blame SOURCES/bind97-rh669163.patch

900526
diff -up bind-9.7.2-P3/lib/lwres/lwconfig.c.rh669163 bind-9.7.2-P3/lib/lwres/lwconfig.c
900526
--- bind-9.7.2-P3/lib/lwres/lwconfig.c.rh669163	2011-01-28 14:48:38.934472578 +0100
900526
+++ bind-9.7.2-P3/lib/lwres/lwconfig.c	2011-01-28 14:49:50.421326035 +0100
900526
@@ -612,6 +612,10 @@ lwres_conf_parse(lwres_context_t *ctx, c
900526
 			break;
900526
 		}
900526
 
900526
+		/* Ignore options with no parameters */
900526
+		if (stopchar == '\n')
900526
+			continue;
900526
+
900526
 		if (strlen(word) == 0U)
900526
 			rval = LWRES_R_SUCCESS;
900526
 		else if (strcmp(word, "nameserver") == 0)