Commit 856394aa authored by Jeff Trawick's avatar Jeff Trawick
Browse files

get rid of an unused variable from virtualhost_section()


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84917 13f79535-47bb-0310-9956-ffa450edef68
parent 8cc8b66d
Loading
Loading
Loading
Loading
+1 −1
Changes for modules/http/http_core.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -1723,7 +1723,7 @@ static const char *virtualhost_section(cmd_parms *cmd, void *dummy, char *arg)
    server_rec *main_server = cmd->server, *s;
    const char *errmsg;
    char *endp = strrchr(arg, '>');
    ap_context_t *p = cmd->pool, *ptemp = cmd->temp_pool;
    ap_context_t *p = cmd->pool;
    const char *old_end_token;

    const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);