You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/04/05 04:22:20 UTC

cvs commit: apache-2.0/src/main http_core.c

trawick     00/04/04 19:22:20

  Modified:    src/main http_core.c
  Log:
  get rid of an unused variable from virtualhost_section()
  
  Revision  Changes    Path
  1.47      +1 -1      apache-2.0/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_core.c,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- http_core.c	2000/03/31 08:44:20	1.46
  +++ http_core.c	2000/04/05 02:22:20	1.47
  @@ -1723,7 +1723,7 @@
       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);