Blame SOURCES/bind97-rh669163.patch

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