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