git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713487
13f79535-47bb-0310-9956-
ffa450edef68
if (count == 0 && !strcasecmp(w, "disabled")) {
/* peek to see if "disabled" is first in a series of arguments */
const char *tt = t;
- fprintf(stderr, "t:'%s'\n", t);
const char *ww = ap_getword_conf(cmd->pool, &tt);
if (ww == NULL || !ww[0]) {
/* "disabled" is first, and alone */
-
- continue;
+ break;
}
}
*(const char **)apr_array_push(d->index_names) = w;