You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
511 B
14 lines
511 B
diff -up bind-9.7.2-P3/lib/lwres/lwconfig.c.rh669163 bind-9.7.2-P3/lib/lwres/lwconfig.c |
|
--- bind-9.7.2-P3/lib/lwres/lwconfig.c.rh669163 2011-01-28 14:48:38.934472578 +0100 |
|
+++ bind-9.7.2-P3/lib/lwres/lwconfig.c 2011-01-28 14:49:50.421326035 +0100 |
|
@@ -612,6 +612,10 @@ lwres_conf_parse(lwres_context_t *ctx, c |
|
break; |
|
} |
|
|
|
+ /* Ignore options with no parameters */ |
|
+ if (stopchar == '\n') |
|
+ continue; |
|
+ |
|
if (strlen(word) == 0U) |
|
rval = LWRES_R_SUCCESS; |
|
else if (strcmp(word, "nameserver") == 0)
|
|
|