Commit 56254835 authored by Eric Covener's avatar Eric Covener
Browse files

temporary dbg message and unnecessary continue, per rpluem review


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713487 13f79535-47bb-0310-9956-ffa450edef68
parent 756d95f0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -59,12 +59,10 @@ static const char *add_index(cmd_parms *cmd, void *dummy, const char *arg)
        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;