randy       97/08/31 15:14:09

  Modified:    src/main http_log.c
  Log:
  Fix a warning.
  
  Revision  Changes    Path
  1.31      +0 -1      apachen/src/main/http_log.c
  
  Index: http_log.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_log.c,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- http_log.c        1997/08/31 21:28:51     1.30
  +++ http_log.c        1997/08/31 22:14:07     1.31
  @@ -160,7 +160,6 @@
   
   #ifdef HAVE_SYSLOG
       else if (!strncasecmp(s->error_fname, "syslog", 6)) {
  -     register TRANS *fac;
        if ((fname = strchr(s->error_fname, ':'))) {
            fname++;
            for (fac = facilities; fac->t_name; fac++) {
  
  
  

Reply via email to