]> granicus.if.org Git - apache/commitdiff
temporary dbg message and unnecessary continue, per rpluem review
authorEric Covener <covener@apache.org>
Wed, 12 Nov 2008 20:10:29 +0000 (20:10 +0000)
committerEric Covener <covener@apache.org>
Wed, 12 Nov 2008 20:10:29 +0000 (20:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713487 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_dir.c

index 8dcb0194d72bcd7dca3fc4c808fa12b6307b9dab..622dc5572f48293ac36aa83b46b3db79955f138b 100644 (file)
@@ -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;