You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/03/22 02:31:51 UTC

cvs commit: apache-1.3/src/support ab.c

marc        98/03/21 17:31:50

  Modified:    src/support ab.c
  Log:
  Only need one break.
  
  Revision  Changes    Path
  1.3       +0 -1      apache-1.3/src/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/ab.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ab.c	1998/03/19 09:56:41	1.2
  +++ ab.c	1998/03/22 01:31:49	1.3
  @@ -660,7 +660,6 @@
           case 'c':
               concurrency = atoi(optarg);
               break;
  -            break;
           case 't':
               tlimit = atoi(optarg);
               requests = MAX_REQUESTS;    /* need to size data array on something */