You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.org> on 1997/09/01 00:14:09 UTC

cvs commit: apachen/src/main http_log.c

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++) {